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

Method visitIfBlockBranch

packages/compiler/src/render3/view/t2_binder.ts:436–438  ·  view source on GitHub ↗
(block: IfBlockBranch)

Source from the content-addressed store, hash-verified

434 }
435
436 visitIfBlockBranch(block: IfBlockBranch) {
437 this.ingestScopedNode(block);
438 }
439
440 visitContent(content: Content) {
441 this.ingestScopedNode(content);

Callers

nothing calls this directly

Calls 1

ingestScopedNodeMethod · 0.95

Tested by

no test coverage detected