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

Method isConstant

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

Source from the content-addressed store, hash-verified

1453 }
1454
1455 override isConstant() {
1456 return this.entries.every((e) => e.isConstant());
1457 }
1458
1459 override visitExpression(visitor: ExpressionVisitor, context: any): any {
1460 return visitor.visitLiteralMapExpr(this, context);

Callers

nothing calls this directly

Calls 1

isConstantMethod · 0.45

Tested by

no test coverage detected