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

Function pushNestedEffectDurations

docs/index.js:22636–22640  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22634 );
22635 }
22636 function pushNestedEffectDurations() {
22637 var prevEffectDuration = profilerEffectDuration;
22638 profilerEffectDuration = 0;
22639 return prevEffectDuration;
22640 }
22641 function popNestedEffectDurations(prevEffectDuration) {
22642 var elapsedTime = profilerEffectDuration;
22643 profilerEffectDuration = prevEffectDuration;

Callers 5

reappearLayoutEffectsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…