astra_get_callers
Find all direct callers of a specified function or method in a Python codebase by leveraging the structural graph, enabling quick dependency tracing and impact analysis.
Instructions
Find exact callers of a function or method using the structural graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| limit | No | ||
| target | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |