MCPcopy Index your code
hub / github.com/plotly/dash / flushRoot

Function flushRoot

dash/deps/react-dom@18.3.1.js:26173–26183  ·  view source on GitHub ↗
(root, lanes)

Source from the content-addressed store, hash-verified

26171 }
26172
26173 function flushRoot(root, lanes) {
26174 if (lanes !== NoLanes) {
26175 markRootEntangled(root, mergeLanes(lanes, SyncLane));
26176 ensureRootIsScheduled(root, now());
26177
26178 if ((executionContext & (RenderContext | CommitContext)) === NoContext) {
26179 resetRenderTimer();
26180 flushSyncCallbacks();
26181 }
26182 }
26183 }
26184 function batchedUpdates$1(fn, a) {
26185 var prevExecutionContext = executionContext;
26186 executionContext |= BatchedContext;

Callers 1

Calls 5

markRootEntangledFunction · 0.70
mergeLanesFunction · 0.70
ensureRootIsScheduledFunction · 0.70
resetRenderTimerFunction · 0.70
flushSyncCallbacksFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…