MCPcopy Index your code
hub / github.com/reactjs/react-docgen / statement

Method statement

packages/react-docgen/tests/utils.ts:37–37  ·  view source on GitHub ↗
(src: string, index?: number)

Source from the content-addressed store, hash-verified

35 options?: TransformOptions,
36 ): NodePath<T>;
37 statement<T = Statement>(src: string, index?: number): NodePath<T>;
38 statement<T = Statement>(
39 src: string,
40 importer: Importer,

Calls

no outgoing calls

Tested by 3

typeAliasFunction · 0.64
pathFromSourceFunction · 0.64
testReactTypeFunction · 0.64