MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / getCurrentFiberOwnerName$1

Function getCurrentFiberOwnerName$1

code/new-context-api/public/app.js:3294–3306  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3292}
3293
3294function getCurrentFiberOwnerName$1() {
3295 {
3296 var fiber = ReactDebugCurrentFiber.current;
3297 if (fiber === null) {
3298 return null;
3299 }
3300 var owner = fiber._debugOwner;
3301 if (owner !== null && typeof owner !== 'undefined') {
3302 return getComponentName(owner);
3303 }
3304 }
3305 return null;
3306}
3307
3308function getCurrentFiberStackAddendum$1() {
3309 {

Callers

nothing calls this directly

Calls 1

getComponentNameFunction · 0.70

Tested by

no test coverage detected