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

Predicate Templating :: getAPipeCall

Gets an invocation of the pipe of the given name.

For example, the call generated from items | async would be found by getAPipeCall("async").

Import path

import javascript
CallNode getAPipeCall ( string name )