MCPcopy Create free account
hub / github.com/caseywebdev/react-list / flushSyncWork$1

Function flushSyncWork$1

docs/index.js:14073–14077  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14071 markSpawnedDeferredLane(root, spawnedLane, suspendedLanes);
14072}
14073function flushSyncWork$1() {
14074 return 0 === (executionContext & 6)
14075 ? (flushSyncWorkAcrossRoots_impl(0, !1), !1)
14076 : !0;
14077}
14078function resetWorkInProgressStack() {
14079 if (null !== workInProgress) {
14080 if (0 === workInProgressSuspendedReason)

Callers 6

batchedUpdates$1Function · 0.85
flushSyncWorkFunction · 0.85
dispatchEventFunction · 0.85
index.jsFile · 0.85
scheduleRootFunction · 0.85
scheduleRefreshFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…