MCPcopy Create free account
hub / github.com/caseywebdev/react-list / transferActualDuration

Function transferActualDuration

docs/index.js:22680–22683  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

22678 profilerStartTime = now();
22679 }
22680 function transferActualDuration(fiber) {
22681 for (var child = fiber.child; child; )
22682 (fiber.actualDuration += child.actualDuration), (child = child.sibling);
22683 }
22684 function createCapturedValueAtFiber(value, source) {
22685 if ("object" === typeof value && null !== value) {
22686 var existing = CapturedStacks.get(value);

Callers 2

completeWorkFunction · 0.85
unwindWorkFunction · 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…