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

Function setCurrentTNodeAsNotParent

packages/core/src/render3/state.ts:408–410  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

406}
407
408export function setCurrentTNodeAsNotParent(): void {
409 instructionState.lFrame.isParent = false;
410}
411
412export function getContextLView(): LView {
413 const contextLView = instructionState.lFrame.contextLView;

Callers 2

elementLikeEndSharedFunction · 0.90
ɵɵprojectionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…