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

Function getStackByFiberInDevAndProd

docs/index.js:3808–3819  ·  view source on GitHub ↗
(workInProgress)

Source from the content-addressed store, hash-verified

3806 }
3807}
3808function getStackByFiberInDevAndProd(workInProgress) {
3809 try {
3810 var info = "";
3811 do
3812 (info += describeFiber(workInProgress)),
3813 (workInProgress = workInProgress.return);
3814 while (workInProgress);
3815 return info;
3816 } catch (x) {
3817 return "\nError generating stack: " + x.message + "\n" + x.stack;
3818 }
3819}
3820function getNearestMountedFiber(fiber) {
3821 var node = fiber,
3822 nearestMounted = fiber;

Callers 2

Calls 2

describeFiberFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…