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

Function describeFunctionComponentFrame

dash/deps/react@18.2.0.js:1948–1952  ·  view source on GitHub ↗
(fn, source, ownerFn)

Source from the content-addressed store, hash-verified

1946 return syntheticFrame;
1947 }
1948 function describeFunctionComponentFrame(fn, source, ownerFn) {
1949 {
1950 return describeNativeComponentFrame(fn, false);
1951 }
1952 }
1953
1954 function shouldConstruct(Component) {
1955 var prototype = Component.prototype;

Callers 1

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…