MCPcopy
hub / github.com/angular/angular / run

Method run

packages/core/primitives/signals/src/watch.ts:45–45  ·  view source on GitHub ↗

* Execute the reactive expression in the context of this `Watch` consumer. * * Should be called by the user scheduling algorithm when the provided * `schedule` hook is called by `Watch`.

()

Source from the content-addressed store, hash-verified

43 * `schedule` hook is called by `Watch`.
44 */
45 run(): void;
46
47 cleanup(): void;
48

Callers 15

expectStableTextsFunction · 0.65
fake_async_spec.tsFile · 0.65
watch_spec.tsFile · 0.65
flushEffectsFunction · 0.65
setupAndReturnRefFunction · 0.65
computed_spec.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected