We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f321adf commit 416ed57Copy full SHA for 416ed57
go/ql/src/InconsistentCode/UnhandledCloseWritableHandle.ql
@@ -16,7 +16,7 @@
16
import go
17
18
/**
19
- * Determines whether a flag for use with `os.OpenFile` implies that the resulting
+ * Holds if a flag for use with `os.OpenFile` implies that the resulting
20
* file handle will be writable.
21
*/
22
predicate isWritable(Entity flag) {
@@ -25,7 +25,7 @@ predicate isWritable(Entity flag) {
25
}
26
27
28
- * Recursively extracts constant names from an expression.
+ * Gets constant names from an expression.
29
30
QualifiedName getConstants(ValueExpr expr) {
31
result = expr or
0 commit comments