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

Function isCurrentTNodeParent

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

Source from the content-addressed store, hash-verified

402}
403
404export function isCurrentTNodeParent(): boolean {
405 return instructionState.lFrame.isParent;
406}
407
408export function setCurrentTNodeAsNotParent(): void {
409 instructionState.lFrame.isParent = false;

Callers 2

createTNodeAtIndexFunction · 0.90
elementLikeEndSharedFunction · 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…