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

Function consumerMarkedDirty

packages/core/src/render3/reactivity/effect.ts:257–260  ·  view source on GitHub ↗
(this: RootEffectNode)

Source from the content-addressed store, hash-verified

255 /* @__PURE__ */ (() => ({
256 ...EFFECT_NODE,
257 consumerMarkedDirty(this: RootEffectNode) {
258 this.scheduler.schedule(this);
259 this.notifier.notify(NotificationSource.RootEffect);
260 },
261 destroy(this: RootEffectNode) {
262 consumerDestroy(this);
263

Callers

nothing calls this directly

Calls 3

notifyMethod · 0.65
scheduleMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…