CodeQL library for Python
codeql/python-all 0.11.12 (changelog, source)
Search

Member predicate API::Node::getAValueReachableFromSource

Gets a data-flow node where this value may flow after entering the current codebase.

This is similar to asSource() but additionally includes nodes that are transitively reachable by data flow. See asSource() for examples.

Node getAValueReachableFromSource()