MCPcopy Index your code
hub / github.com/plotly/dash / commitPassiveMountEffects

Function commitPassiveMountEffects

dash/deps/react-dom@18.2.0.js:24874–24877  ·  view source on GitHub ↗
(root, finishedWork, committedLanes, committedTransitions)

Source from the content-addressed store, hash-verified

24872 }
24873
24874 function commitPassiveMountEffects(root, finishedWork, committedLanes, committedTransitions) {
24875 nextEffect = finishedWork;
24876 commitPassiveMountEffects_begin(finishedWork, root, committedLanes, committedTransitions);
24877 }
24878
24879 function commitPassiveMountEffects_begin(subtreeRoot, root, committedLanes, committedTransitions) {
24880 while (nextEffect !== null) {

Callers 1

flushPassiveEffectsImplFunction · 0.70

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…