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

Function scheduleWork

code/redux/public/app.js:13720–13722  ·  view source on GitHub ↗
(fiber, expirationTime)

Source from the content-addressed store, hash-verified

13718 }
13719
13720 function scheduleWork(fiber, expirationTime) {
13721 return scheduleWorkImpl(fiber, expirationTime, false);
13722 }
13723
13724 function scheduleWorkImpl(fiber, expirationTime, isErrorRecovery) {
13725 recordScheduleUpdate();

Callers 3

ReactFiberClassComponentFunction · 0.70
scheduleCaptureFunction · 0.70
scheduleRootUpdateFunction · 0.70

Calls 1

scheduleWorkImplFunction · 0.70

Tested by

no test coverage detected