MCPcopy Create free account
hub / github.com/plotly/dash / describeClassComponentFrame

Function describeClassComponentFrame

dash/deps/react-dom@18.3.1.js:1167–1171  ·  view source on GitHub ↗
(ctor, source, ownerFn)

Source from the content-addressed store, hash-verified

1165 }
1166
1167 function describeClassComponentFrame(ctor, source, ownerFn) {
1168 {
1169 return describeNativeComponentFrame(ctor, true);
1170 }
1171 }
1172 function describeFunctionComponentFrame(fn, source, ownerFn) {
1173 {
1174 return describeNativeComponentFrame(fn, false);

Callers 1

describeFiberFunction · 0.70

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…