We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f446bc commit 5ab6056Copy full SHA for 5ab6056
1 file changed
go/ql/src/InconsistentCode/UnhandledCloseWritableHandle.ql
@@ -56,6 +56,7 @@ class SyncFileFun extends Method {
56
/**
57
* Determines whether a call to a function is "unhandled". That is, it is either
58
* deferred or its result is not assigned to anything.
59
+ *
60
* TODO: maybe we should check that something is actually done with the result
61
*/
62
predicate unhandledCall(DataFlow::CallNode call) {
0 commit comments