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

Member predicate FunctionCompositionCall::getOperandNode

Gets the ith function in the composition f(g(h(...))), counting from left to right.

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.

Node getOperandNode(int i)