MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / performAsyncWork

Function performAsyncWork

code/composition/public/app.js:13862–13864  ·  view source on GitHub ↗
(dl)

Source from the content-addressed store, hash-verified

13860 }
13861
13862 function performAsyncWork(dl) {
13863 performWork(NoWork, true, dl);
13864 }
13865
13866 function performSyncWork() {
13867 performWork(Sync, false, null);

Callers

nothing calls this directly

Calls 1

performWorkFunction · 0.70

Tested by

no test coverage detected