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

Function describeFunctionComponentFrame

dash/deps/react-dom@18.3.1.js:1172–1176  ·  view source on GitHub ↗
(fn, source, ownerFn)

Source from the content-addressed store, hash-verified

1170 }
1171 }
1172 function describeFunctionComponentFrame(fn, source, ownerFn) {
1173 {
1174 return describeNativeComponentFrame(fn, false);
1175 }
1176 }
1177
1178 function shouldConstruct(Component) {
1179 var prototype = Component.prototype;

Callers 2

describeFiberFunction · 0.70

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…