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

Function consumerIsLive

packages/core/primitives/signals/src/graph.ts:572–574  ·  view source on GitHub ↗
(node: ReactiveNode)

Source from the content-addressed store, hash-verified

570}
571
572function consumerIsLive(node: ReactiveNode): boolean {
573 return node.consumerIsAlwaysLive || node.consumers !== undefined;
574}
575
576export function runPostProducerCreatedFn(node: ReactiveNode): void {
577 postProducerCreatedFn?.(node);

Callers 6

producerAccessedFunction · 0.85
consumerDestroyFunction · 0.85
producerAddLiveConsumerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…