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.
getAValueReachableFromSource
1 parent 95a9faf commit 0070662Copy full SHA for 0070662
ruby/ql/lib/codeql/ruby/ApiGraphs.qll
@@ -97,6 +97,7 @@ module API {
97
* This is similar to `asSource()` but additionally includes nodes that are transitively reachable by data flow.
98
* See `asSource()` for examples.
99
*/
100
+ pragma[inline]
101
DataFlow::Node getAValueReachableFromSource() {
102
exists(DataFlow::LocalSourceNode src | Impl::use(this, src) |
103
Impl::trackUseNode(src).flowsTo(result)
0 commit comments