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
)