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

Method ingestScopedNode

packages/compiler/src/render3/view/t2_binder.ts:515–519  ·  view source on GitHub ↗
(node: ScopedNode)

Source from the content-addressed store, hash-verified

513 }
514
515 private ingestScopedNode(node: ScopedNode) {
516 const scope = new Scope(this, node);
517 scope.ingest(node);
518 this.childScopes.set(node, scope);
519 }
520}
521
522/**

Callers 11

visitTemplateMethod · 0.95
visitDeferredBlockMethod · 0.95
visitForLoopBlockMethod · 0.95
visitIfBlockBranchMethod · 0.95
visitContentMethod · 0.95
visitContentBlockMethod · 0.95

Calls 2

ingestMethod · 0.95
setMethod · 0.65

Tested by

no test coverage detected