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

Method isConstant

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

Source from the content-addressed store, hash-verified

372 }
373
374 override isConstant(): boolean {
375 return this.expr.isConstant();
376 }
377
378 override clone(): TypeofExpr {
379 return new TypeofExpr(this.expr.clone());

Callers

nothing calls this directly

Calls 1

isConstantMethod · 0.45

Tested by

no test coverage detected