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

Method isEquivalent

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

Source from the content-addressed store, hash-verified

395 }
396
397 override isEquivalent(e: Expression): boolean {
398 return e instanceof VoidExpr && e.expr.isEquivalent(this.expr);
399 }
400
401 override isConstant(): boolean {
402 return this.expr.isConstant();

Callers

nothing calls this directly

Calls 1

isEquivalentMethod · 0.45

Tested by

no test coverage detected