Fixup: docs comment

This commit is contained in:
Michael B. Gale
2022-12-08 11:23:01 +00:00
parent 3f446bc76e
commit 5ab6056b26

View File

@@ -56,6 +56,7 @@ class SyncFileFun extends Method {
/**
* Determines whether a call to a function is "unhandled". That is, it is either
* deferred or its result is not assigned to anything.
*
* TODO: maybe we should check that something is actually done with the result
*/
predicate unhandledCall(DataFlow::CallNode call) {