MCPcopy Index your code
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
628function getExistingTNode(tView: TView, index: number): TNode {
629 const tNode = getTNode(tView, index);
630 ngDevMode && assertTNode(tNode);
631
632 return tNode;
633}

Callers 2

ɵɵconditionalFunction · 0.85
ɵɵrepeaterFunction · 0.85

Calls 2

getTNodeFunction · 0.90
assertTNodeFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…