Files
codeql/javascript/ql/test/library-tests/CallGraphs/FullTest/getAFunctionValue.qll
2019-07-08 12:57:34 +01:00

6 lines
144 B
Plaintext

import javascript
query predicate test_getAFunctionValue(DataFlow::Node node, DataFlow::FunctionNode res) {
res = node.getAFunctionValue()
}