MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / scheduleWork

Function scheduleWork

code/composition/public/app.js:13607–13609  ·  view source on GitHub ↗
(fiber, expirationTime)

Source from the content-addressed store, hash-verified

13605 }
13606
13607 function scheduleWork(fiber, expirationTime) {
13608 return scheduleWorkImpl(fiber, expirationTime, false);
13609 }
13610
13611 function scheduleWorkImpl(fiber, expirationTime, isErrorRecovery) {
13612 recordScheduleUpdate();

Callers 3

ReactFiberClassComponentFunction · 0.70
scheduleCaptureFunction · 0.70
scheduleRootUpdateFunction · 0.70

Calls 1

scheduleWorkImplFunction · 0.70

Tested by

no test coverage detected