find_definition
Locate the exact definition of a function or React component in your codebase by providing its name and an optional file path to narrow the search.
Instructions
Find the exact definition of a specific function or React component
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Function or component name to find | |
| filePath | No | Optional file path to narrow search |