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

Function performSyncWork

code/dependency-injection/public/app.js:13821–13823  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13819 }
13820
13821 function performSyncWork() {
13822 performWork(Sync, false, null);
13823 }
13824
13825 function performWork(minExpirationTime, isAsync, dl) {
13826 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