MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / performSyncWork

Function performSyncWork

code/higher-order-components/public/app.js:13722–13724  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13720 }
13721
13722 function performSyncWork() {
13723 performWork(Sync, false, null);
13724 }
13725
13726 function performWork(minExpirationTime, isAsync, dl) {
13727 deadline = dl;

Callers 4

requestWorkFunction · 0.70
batchedUpdatesFunction · 0.70
flushSyncFunction · 0.70
interactiveUpdatesFunction · 0.70

Calls 1

performWorkFunction · 0.70

Tested by

no test coverage detected