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

Function decreaseElementDepthCount

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

Source from the content-addressed store, hash-verified

249}
250
251export function decreaseElementDepthCount() {
252 instructionState.lFrame.elementDepthCount--;
253}
254
255export function getBindingsEnabled(): boolean {
256 return instructionState.bindingsEnabled;

Callers 2

ɵɵelementEndFunction · 0.90
ɵɵdomElementEndFunction · 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…