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

Function workLoopSync

docs/index.js:14252–14254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14250 return exitStatus;
14251}
14252function workLoopSync() {
14253 for (; null !== workInProgress; ) performUnitOfWork(workInProgress);
14254}
14255function renderRootConcurrent(root, lanes) {
14256 var prevExecutionContext = executionContext;
14257 executionContext |= 2;

Callers 2

renderRootSyncFunction · 0.85
renderRootConcurrentFunction · 0.85

Calls 1

performUnitOfWorkFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…