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

Function onScheduleRoot

docs/external/js/react-dom.development.js:23673–23677  ·  view source on GitHub ↗
(root, children)

Source from the content-addressed store, hash-verified

23671 return true;
23672 }
23673 function onScheduleRoot(root, children) {
23674 if (typeof onScheduleFiberRoot === 'function') {
23675 onScheduleFiberRoot(root, children);
23676 }
23677 }
23678 function onCommitRoot(root, expirationTime) {
23679 if (typeof onCommitFiberRoot === 'function') {
23680 onCommitFiberRoot(root, expirationTime);

Callers 1

updateContainerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected