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

Function onCommitRoot

code/one-direction-data-flow/public/app.js:7037–7041  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

7035}
7036
7037function onCommitRoot(root) {
7038 if (typeof onCommitFiberRoot === 'function') {
7039 onCommitFiberRoot(root);
7040 }
7041}
7042
7043function onCommitUnmount(fiber) {
7044 if (typeof onCommitFiberUnmount === 'function') {

Callers 1

commitRootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected