MCPcopy Index your code
hub / github.com/caseywebdev/react-list / commitMutationEffects

Function commitMutationEffects

docs/index.js:30563–30568  ·  view source on GitHub ↗
(root, finishedWork, committedLanes)

Source from the content-addressed store, hash-verified

30561 });
30562 }
30563 function commitMutationEffects(root, finishedWork, committedLanes) {
30564 inProgressLanes = committedLanes;
30565 inProgressRoot = root;
30566 commitMutationEffectsOnFiber(finishedWork, root);
30567 inProgressRoot = inProgressLanes = null;
30568 }
30569 function recursivelyTraverseMutationEffects(root$jscomp$0, parentFiber) {
30570 var deletions = parentFiber.deletions;
30571 if (null !== deletions)

Callers 1

commitRootImplFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…