MCPcopy
hub / github.com/tastejs/todomvc / getStackByFiberInDevAndProd

Function getStackByFiberInDevAndProd

examples/typescript-react/js/bundle.js:3353–3361  ·  view source on GitHub ↗
(workInProgress)

Source from the content-addressed store, hash-verified

3351}
3352
3353function getStackByFiberInDevAndProd(workInProgress) {
3354 var info = '';
3355 var node = workInProgress;
3356 do {
3357 info += describeFiber(node);
3358 node = node.return;
3359 } while (node);
3360 return info;
3361}
3362
3363var current = null;
3364var phase = null;

Callers 9

bundle.jsFile · 0.85
createCapturedValueFunction · 0.85
coerceRefFunction · 0.85
logErrorFunction · 0.85
commitHookEffectListFunction · 0.85
commitAttachRefFunction · 0.85
throwExceptionFunction · 0.85

Calls 1

describeFiberFunction · 0.85

Tested by

no test coverage detected