find_references
Find all usages of a symbol across the entire repository. Provide the symbol name to retrieve file paths relative to the repo root.
Instructions
Find all usages of a symbol across the entire repo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol_name | Yes | name of the symbol to search for; results include file paths relative to the repo root (e.g., "src/main.py") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |