Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
visitTemplate
Method · 0.95
visitDeferredBlock
Method · 0.95
visitDeferredBlockPlaceholder
Method · 0.95
visitDeferredBlockError
Method · 0.95
visitDeferredBlockLoading
Method · 0.95
visitSwitchBlockCaseGroup
Method · 0.95
visitForLoopBlock
Method · 0.95
visitForLoopBlockEmpty
Method · 0.95
visitIfBlockBranch
Method · 0.95
visitContent
Method · 0.95
visitContentBlock
Method · 0.95
Calls
2
ingest
Method · 0.95
set
Method · 0.65
Tested by
no test coverage detected