Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/krasimir/react-in-patterns
/ performSyncWork
Function
performSyncWork
code/composition/public/app.js:13866–13868 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13864
}
13865
13866
function
performSyncWork() {
13867
performWork(Sync, false, null);
13868
}
13869
13870
function
performWork(minExpirationTime, isAsync, dl) {
13871
deadline = dl;
Callers
4
requestWork
Function · 0.70
batchedUpdates
Function · 0.70
flushSync
Function · 0.70
interactiveUpdates
Function · 0.70
Calls
1
performWork
Function · 0.70
Tested by
no test coverage detected