find_ast_usages
Locate genuine usages of any function or class in your codebase via AST parsing, filtering out comments, strings, and unrelated occurrences to show exact call sites.
Instructions
AST-based lookup of real call sites / instantiations of a function or class. Filters out string literals, comments, and non-call occurrences.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| symbol_name | Yes | ||
| directory_path | No | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |