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

Function scheduleWork

code/event-handlers/public/app.js:12799–12801  ·  view source on GitHub ↗
(fiber, expirationTime)

Source from the content-addressed store, hash-verified

12797 }
12798
12799 function scheduleWork(fiber, expirationTime) {
12800 return scheduleWorkImpl(fiber, expirationTime, false);
12801 }
12802
12803 function scheduleWorkImpl(fiber, expirationTime, isErrorRecovery) {
12804 recordScheduleUpdate();

Callers 3

ReactFiberClassComponentFunction · 0.70
scheduleCaptureFunction · 0.70
scheduleRootUpdateFunction · 0.70

Calls 1

scheduleWorkImplFunction · 0.70

Tested by

no test coverage detected