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

Function scheduleWork

code/higher-order-components/public/app.js:13463–13465  ·  view source on GitHub ↗
(fiber, expirationTime)

Source from the content-addressed store, hash-verified

13461 }
13462
13463 function scheduleWork(fiber, expirationTime) {
13464 return scheduleWorkImpl(fiber, expirationTime, false);
13465 }
13466
13467 function scheduleWorkImpl(fiber, expirationTime, isErrorRecovery) {
13468 recordScheduleUpdate();

Callers 3

ReactFiberClassComponentFunction · 0.70
scheduleCaptureFunction · 0.70
scheduleRootUpdateFunction · 0.70

Calls 1

scheduleWorkImplFunction · 0.70

Tested by

no test coverage detected