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

Function getElementDepthCount

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

Source from the content-addressed store, hash-verified

241}
242
243export function getElementDepthCount() {
244 return instructionState.lFrame.elementDepthCount;
245}
246
247export function increaseElementDepthCount() {
248 instructionState.lFrame.elementDepthCount++;

Callers 1

elementLikeStartSharedFunction · 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…