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

Function flushRoot

dash/deps/react-dom@18.2.0.js:26134–26144  ·  view source on GitHub ↗
(root, lanes)

Source from the content-addressed store, hash-verified

26132 }
26133
26134 function flushRoot(root, lanes) {
26135 if (lanes !== NoLanes) {
26136 markRootEntangled(root, mergeLanes(lanes, SyncLane));
26137 ensureRootIsScheduled(root, now());
26138
26139 if ((executionContext & (RenderContext | CommitContext)) === NoContext) {
26140 resetRenderTimer();
26141 flushSyncCallbacks();
26142 }
26143 }
26144 }
26145 function batchedUpdates$1(fn, a) {
26146 var prevExecutionContext = executionContext;
26147 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…