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

Function getCurrentTNodePlaceholderOk

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

Source from the content-addressed store, hash-verified

385}
386
387export function getCurrentTNodePlaceholderOk(): TNode | null {
388 return instructionState.lFrame.currentTNode;
389}
390
391export function getCurrentParentTNode(): TNode | null {
392 const lFrame = instructionState.lFrame;

Callers 2

createTNodeAtIndexFunction · 0.90
getCurrentTNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…