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

Function increaseElementDepthCount

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

Source from the content-addressed store, hash-verified

245}
246
247export function increaseElementDepthCount() {
248 instructionState.lFrame.elementDepthCount++;
249}
250
251export function decreaseElementDepthCount() {
252 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…