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

Function commitHookLayoutEffects

docs/index.js:29398–29404  ·  view source on GitHub ↗
(finishedWork, hookFlags)

Source from the content-addressed store, hash-verified

29396 return (current.mode & ProfileMode) !== NoMode;
29397 }
29398 function commitHookLayoutEffects(finishedWork, hookFlags) {
29399 shouldProfile(finishedWork)
29400 ? (startEffectTimer(),
29401 commitHookEffectListMount(hookFlags, finishedWork),
29402 recordEffectDuration())
29403 : commitHookEffectListMount(hookFlags, finishedWork);
29404 }
29405 function commitHookLayoutUnmountEffects(
29406 finishedWork,
29407 nearestMountedAncestor,

Callers 2

reappearLayoutEffectsFunction · 0.85

Calls 4

shouldProfileFunction · 0.85
startEffectTimerFunction · 0.85
recordEffectDurationFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…