MCPcopy Index your code
hub / github.com/angular/angular / isCallExpression

Method isCallExpression

packages/compiler-cli/linker/src/ast/ast_host.ts:96–96  ·  view source on GitHub ↗

* Return true if the given expression is a call expression, or false otherwise.

(node: TExpression)

Source from the content-addressed store, hash-verified

94 * Return true if the given expression is a call expression, or false otherwise.
95 */
96 isCallExpression(node: TExpression): boolean;
97 /**
98 * Returns the expression that is called in the provided call expression, or throw if it is not
99 * a call expression.

Callers 15

applyWithProgramMethod · 0.65
unwrapLazyLoadHelperCallFunction · 0.65
getCallDecoratorImportFunction · 0.65
analyzeMethod · 0.65
walkMethod · 0.65
walkMethod · 0.65
isEmptyEmitCallFunction · 0.65
analyzeClassMethod · 0.65
detectMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected