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

Method isConstant

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

Source from the content-addressed store, hash-verified

995 }
996
997 override isConstant() {
998 return false;
999 }
1000
1001 override visitExpression(visitor: ExpressionVisitor, context: any): any {
1002 return visitor.visitNotExpr(this, context);

Callers 8

isConstantMethod · 0.45
isConstantMethod · 0.45
isConstantMethod · 0.45
isConstantMethod · 0.45
isConstantMethod · 0.45
isConstantMethod · 0.45
isConstantMethod · 0.45
isConstantMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected