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

Function setPostProducerCreatedFn

packages/core/primitives/signals/src/graph.ts:580–584  ·  view source on GitHub ↗
(fn: ReactiveHookFn | null)

Source from the content-addressed store, hash-verified

578}
579
580export function setPostProducerCreatedFn(fn: ReactiveHookFn | null): ReactiveHookFn | null {
581 const prev = postProducerCreatedFn;
582 postProducerCreatedFn = fn;
583 return prev;
584}

Callers 3

signal_spec.tsFile · 0.90
computed_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…