CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.12 (changelog, source)
Search

Member predicate FunctionCompositionCall::getOperandFunction

Gets the function flowing into the ith function in the composition f(g(h(...))).

Note that this is the opposite of the order in which the function are invoked, that is, g occurs later than f in f(g(...)) but is invoked before f.

FunctionNode getOperandFunction(int i)