MCPcopy Index your code
hub / github.com/angular/angular / getLContainer

Function getLContainer

packages/core/src/render3/instructions/control_flow.ts:571–576  ·  view source on GitHub ↗
(lView: LView, index: number)

Source from the content-addressed store, hash-verified

569}
570
571function getLContainer(lView: LView, index: number): LContainer {
572 const lContainer = lView[index];
573 ngDevMode && assertLContainer(lContainer);
574
575 return lContainer;
576}
577
578function clearDetachAnimationList(lContainer: LContainer, index: number): void {
579 if (lContainer.length <= CONTAINER_HEADER_OFFSET) return;

Callers 2

ɵɵconditionalFunction · 0.85
ɵɵrepeaterFunction · 0.85

Calls 1

assertLContainerFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…