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

Function onCommitRoot

code/redux/public/app.js:7415–7419  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

7413}
7414
7415function onCommitRoot(root) {
7416 if (typeof onCommitFiberRoot === 'function') {
7417 onCommitFiberRoot(root);
7418 }
7419}
7420
7421function onCommitUnmount(fiber) {
7422 if (typeof onCommitFiberUnmount === 'function') {

Callers 1

commitRootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected