find_usages
Find all uses of a symbol—calls, imports, decorators, docs—excluding its definition, to answer 'who uses X' and assess refactoring impact.
Instructions
Every use of a symbol: calls (from the graph when on) plus textual references (generics, decorators, imports, docs), definition excluded. Answers 'who uses X'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results. | |
| source | No | Source name. Omit when only one source applies. | |
| symbol | Yes | Identifier to find the uses of. |