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

Function commitLayoutEffects

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

Source from the content-addressed store, hash-verified

31094 }
31095 }
31096 function commitLayoutEffects(finishedWork, root, committedLanes) {
31097 inProgressLanes = committedLanes;
31098 inProgressRoot = root;
31099 commitLayoutEffectOnFiber(root, finishedWork.alternate, finishedWork);
31100 inProgressRoot = inProgressLanes = null;
31101 }
31102 function recursivelyTraverseLayoutEffects(root, parentFiber) {
31103 if (parentFiber.subtreeFlags & 8772)
31104 for (parentFiber = parentFiber.child; null !== parentFiber; )

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…