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

Function scheduleWork

code/third-party/public/app.js:12702–12704  ·  view source on GitHub ↗
(fiber, expirationTime)

Source from the content-addressed store, hash-verified

12700 }
12701
12702 function scheduleWork(fiber, expirationTime) {
12703 return scheduleWorkImpl(fiber, expirationTime, false);
12704 }
12705
12706 function scheduleWorkImpl(fiber, expirationTime, isErrorRecovery) {
12707 recordScheduleUpdate();

Callers 3

ReactFiberClassComponentFunction · 0.70
scheduleCaptureFunction · 0.70
scheduleRootUpdateFunction · 0.70

Calls 1

scheduleWorkImplFunction · 0.70

Tested by

no test coverage detected