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

Function scheduleWork

code/new-context-api/public/app.js:12830–12832  ·  view source on GitHub ↗
(fiber, expirationTime)

Source from the content-addressed store, hash-verified

12828 }
12829
12830 function scheduleWork(fiber, expirationTime) {
12831 return scheduleWorkImpl(fiber, expirationTime, false);
12832 }
12833
12834 function scheduleWorkImpl(fiber, expirationTime, isErrorRecovery) {
12835 recordScheduleUpdate();

Callers 3

ReactFiberClassComponentFunction · 0.70
scheduleCaptureFunction · 0.70
scheduleRootUpdateFunction · 0.70

Calls 1

scheduleWorkImplFunction · 0.70

Tested by

no test coverage detected