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

Function getCurrentFiberOwnerName$1

code/composition/public/app.js:4071–4083  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4069}
4070
4071function getCurrentFiberOwnerName$1() {
4072 {
4073 var fiber = ReactDebugCurrentFiber.current;
4074 if (fiber === null) {
4075 return null;
4076 }
4077 var owner = fiber._debugOwner;
4078 if (owner !== null && typeof owner !== 'undefined') {
4079 return getComponentName(owner);
4080 }
4081 }
4082 return null;
4083}
4084
4085function getCurrentFiberStackAddendum$1() {
4086 {

Callers

nothing calls this directly

Calls 1

getComponentNameFunction · 0.70

Tested by

no test coverage detected