MCPcopy Index your code
hub / github.com/TanStack/db / executeScheduledGraphRun

Method executeScheduledGraphRun

packages/db/src/query/effect.ts:696–699  ·  view source on GitHub ↗

* Called by the scheduler when dependencies are satisfied. * Checks that the effect is still active before running.

()

Source from the content-addressed store, hash-verified

694 * Checks that the effect is still active before running.
695 */
696 private executeScheduledGraphRun(): void {
697 if (this.disposed || !this.subscribedToAllCollections) return
698 this.runGraph()
699 }
700
701 /**
702 * Send changes to the D2 input for the given alias.

Callers 1

scheduleGraphRunMethod · 0.95

Calls 1

runGraphMethod · 0.95

Tested by

no test coverage detected