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

Function scheduleWork

code/styling/public/app.js:13469–13471  ·  view source on GitHub ↗
(fiber, expirationTime)

Source from the content-addressed store, hash-verified

13467 }
13468
13469 function scheduleWork(fiber, expirationTime) {
13470 return scheduleWorkImpl(fiber, expirationTime, false);
13471 }
13472
13473 function scheduleWorkImpl(fiber, expirationTime, isErrorRecovery) {
13474 recordScheduleUpdate();

Callers 3

ReactFiberClassComponentFunction · 0.70
scheduleCaptureFunction · 0.70
scheduleRootUpdateFunction · 0.70

Calls 1

scheduleWorkImplFunction · 0.70

Tested by

no test coverage detected