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

Method isEquivalent

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

Source from the content-addressed store, hash-verified

1476 }
1477
1478 override isEquivalent(e: Expression): boolean {
1479 return e instanceof CommaExpr && areAllEquivalent(this.parts, e.parts);
1480 }
1481
1482 override isConstant() {
1483 return false;

Callers

nothing calls this directly

Calls 1

areAllEquivalentFunction · 0.85

Tested by

no test coverage detected