Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/krasimir/react-in-patterns
/ performSyncWork
Function
performSyncWork
code/controlled-uncontrolled/public/app.js:13052–13054 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13050
}
13051
13052
function
performSyncWork() {
13053
performWork(Sync, false, null);
13054
}
13055
13056
function
performWork(minExpirationTime, isAsync, dl) {
13057
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