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

Function getNamespace

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

Source from the content-addressed store, hash-verified

821}
822
823export function getNamespace(): string | null {
824 return instructionState.lFrame.currentNamespace;
825}
826
827let _wasLastNodeCreated = true;
828

Callers 3

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