find_ast_usages
Locate real call sites and instantiations of a function or class via AST parsing, excluding string literals, comments, and non-call matches.
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 |