MCPcopy Index your code
hub / github.com/microsoft/SandDance / stopFinishedWorkLoopTimer

Function stopFinishedWorkLoopTimer

docs/external/js/react-dom.development.js:23252–23256  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23250 }
23251
23252 function stopFinishedWorkLoopTimer() {
23253 var didCompleteRoot = true;
23254 stopWorkLoopTimer(interruptedBy, didCompleteRoot);
23255 interruptedBy = null;
23256 }
23257
23258 function stopInterruptedWorkLoopTimer() {
23259 // TODO: Track which fiber caused the interruption.

Callers 2

performSyncWorkOnRootFunction · 0.85

Calls 1

stopWorkLoopTimerFunction · 0.85

Tested by

no test coverage detected