MCPcopy
hub / github.com/angular/angular / getActiveConsumer

Function getActiveConsumer

packages/core/primitives/signals/src/graph.ts:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48export function getActiveConsumer(): ReactiveNode | null {
49 return activeConsumer;
50}
51
52export function isInNotificationPhase(): boolean {
53 return inNotificationPhase;

Callers 10

constructorMethod · 0.90
ngOnDestroyMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
ngOnDestroyMethod · 0.90
refreshViewFunction · 0.90
assertNotReactiveFunction · 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…