MCPcopy Index your code
hub / github.com/react/react / describeFunctionComponentFrame

Function describeFunctionComponentFrame

packages/shared/ReactComponentStackFrame.js:306–308  ·  view source on GitHub ↗
(fn: Function)

Source from the content-addressed store, hash-verified

304}
305
306export function describeFunctionComponentFrame(fn: Function): string {
307 return describeNativeComponentFrame(fn, false);
308}

Callers 2

describeFiberFunction · 0.90

Calls 1

Tested by

no test coverage detected