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

Method isConstant

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

Source from the content-addressed store, hash-verified

1185 }
1186
1187 override isConstant(): boolean {
1188 return this.expr.isConstant();
1189 }
1190
1191 override clone(): ParenthesizedExpr {
1192 return new ParenthesizedExpr(this.expr.clone());

Callers

nothing calls this directly

Calls 1

isConstantMethod · 0.45

Tested by

no test coverage detected