MCPcopy Create free account
hub / github.com/angular/angular / isConstant

Method isConstant

packages/compiler/src/output/output_ast.ts:1379–1381  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1377 }
1378
1379 override isConstant() {
1380 return this.entries.every((e) => e.isConstant());
1381 }
1382
1383 override isEquivalent(e: Expression): boolean {
1384 return e instanceof LiteralArrayExpr && areAllEquivalent(this.entries, e.entries);

Callers

nothing calls this directly

Calls 1

isConstantMethod · 0.45

Tested by

no test coverage detected