MCPcopy Index your code
hub / github.com/angular/angular / isEquivalent

Method isEquivalent

packages/compiler/src/output/output_ast.ts:370–372  ·  view source on GitHub ↗
(e: Expression)

Source from the content-addressed store, hash-verified

368 }
369
370 override isEquivalent(e: Expression): boolean {
371 return e instanceof TypeofExpr && e.expr.isEquivalent(this.expr);
372 }
373
374 override isConstant(): boolean {
375 return this.expr.isConstant();

Callers

nothing calls this directly

Calls 1

isEquivalentMethod · 0.45

Tested by

no test coverage detected