MCPcopy
hub / github.com/angular/angular / isArray

Method isArray

packages/compiler-cli/linker/src/ast/ast_value.ts:296–298  ·  view source on GitHub ↗

* Is this value an array literal?

()

Source from the content-addressed store, hash-verified

294 * Is this value an array literal?
295 */
296 isArray(): boolean {
297 return this.host.isArrayLiteral(this.expression);
298 }
299
300 /** Whether the value is explicitly set to `null`. */
301 isNull(): boolean {

Callers 15

getDirectiveInstanceFunction · 0.80
constructorMethod · 0.80
convertQueryPredicateFunction · 0.80
stringifyFunction · 0.80
visitArrowFunctionExprFunction · 0.80
isEquivalentMethod · 0.80
cloneMethod · 0.80
visitBlockMethod · 0.80
compileQueryFunction · 0.80

Calls 1

isArrayLiteralMethod · 0.80

Tested by

no test coverage detected