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

Function performAsyncWork

code/dependency-injection/public/app.js:13817–13819  ·  view source on GitHub ↗
(dl)

Source from the content-addressed store, hash-verified

13815 }
13816
13817 function performAsyncWork(dl) {
13818 performWork(NoWork, true, dl);
13819 }
13820
13821 function performSyncWork() {
13822 performWork(Sync, false, null);

Callers

nothing calls this directly

Calls 1

performWorkFunction · 0.70

Tested by

no test coverage detected