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

Function scheduleWork

code/communication/public/app.js:13504–13506  ·  view source on GitHub ↗
(fiber, expirationTime)

Source from the content-addressed store, hash-verified

13502 }
13503
13504 function scheduleWork(fiber, expirationTime) {
13505 return scheduleWorkImpl(fiber, expirationTime, false);
13506 }
13507
13508 function scheduleWorkImpl(fiber, expirationTime, isErrorRecovery) {
13509 recordScheduleUpdate();

Callers 3

ReactFiberClassComponentFunction · 0.70
scheduleCaptureFunction · 0.70
scheduleRootUpdateFunction · 0.70

Calls 1

scheduleWorkImplFunction · 0.70

Tested by

no test coverage detected