find_callers
Locate every caller of a function via call graph resolution to assess impact before making changes.
Instructions
Find all functions/methods that call a given function, resolved through the call graph (not text search). Useful for impact analysis before changing a function.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The function or method name to find callers for. Returns all locations in the codebase that call this function. |