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

Method isConstant

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

Source from the content-addressed store, hash-verified

399 }
400
401 override isConstant(): boolean {
402 return this.expr.isConstant();
403 }
404
405 override clone(): VoidExpr {
406 return new VoidExpr(this.expr.clone());

Callers

nothing calls this directly

Calls 1

isConstantMethod · 0.45

Tested by

no test coverage detected