Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unique
Node::getEnclosingCallable()
1 parent f130616 commit cf5f838Copy full SHA for cf5f838
1 file changed
docs/ql-libraries/dataflow/dataflow.md
@@ -98,10 +98,6 @@ Recommendations:
98
also work, but the upside of `use-use` steps is that sources defined in terms
99
of variable reads just work out of the box. It also makes certain
100
barrier-implementations simpler.
101
-* A predicate `DataFlowCallable Node::getEnclosingCallable()` is required, and in
102
- order to ensure appropriate join-orders, it is important that the QL compiler knows
103
- that this predicate is functional. It can therefore be necessary to enclose the body
104
- of this predicate in a `unique` aggregate.
105
106
The shared library does not use `localFlowStep` nor `localFlow` but users of
107
`DataFlow.qll` may expect the existence of `DataFlow::localFlowStep` and
0 commit comments