MCPcopy Index your code
hub / github.com/caseywebdev/react-list / performSyncWorkOnRoot

Function performSyncWorkOnRoot

docs/index.js:14987–14990  ·  view source on GitHub ↗
(root, lanes)

Source from the content-addressed store, hash-verified

14985 : null;
14986}
14987function performSyncWorkOnRoot(root, lanes) {
14988 if (flushPassiveEffects()) return null;
14989 performWorkOnRoot(root, lanes, !0);
14990}
14991function scheduleImmediateTask(cb) {
14992 scheduleMicrotask(function () {
14993 0 !== (executionContext & 6)

Callers 1

Calls 2

flushPassiveEffectsFunction · 0.85
performWorkOnRootFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…