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

Function specOnlyIsInstructionStateEmpty

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

Source from the content-addressed store, hash-verified

237 * Intended to be called from tests only (tree shaken otherwise).
238 */
239export function specOnlyIsInstructionStateEmpty(): boolean {
240 return instructionState.lFrame.parent === null;
241}
242
243export function getElementDepthCount() {
244 return instructionState.lFrame.elementDepthCount;

Callers 2

cleanUpMethod · 0.90
providers_spec.tsFile · 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…