MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / onCommitRoot

Function onCommitRoot

code/composition/public/app.js:7302–7306  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

7300}
7301
7302function onCommitRoot(root) {
7303 if (typeof onCommitFiberRoot === 'function') {
7304 onCommitFiberRoot(root);
7305 }
7306}
7307
7308function onCommitUnmount(fiber) {
7309 if (typeof onCommitFiberUnmount === 'function') {

Callers 1

commitRootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected