Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ getExistingTNode
Function
getExistingTNode
packages/core/src/render3/instructions/control_flow.ts:628–633 ·
view source on GitHub ↗
(tView: TView, index: number)
Source
from the content-addressed store, hash-verified
626
}
627
628
function
getExistingTNode(tView: TView, index: number): TNode {
629
const
tNode = getTNode(tView, index);
630
ngDevMode && assertTNode(tNode);
631
632
return
tNode;
633
}
Callers
2
ɵɵconditional
Function · 0.85
ɵɵrepeater
Function · 0.85
Calls
2
getTNode
Function · 0.90
assertTNode
Function · 0.90
Tested by
no test coverage detected