get_function_callers
Find all functions that call a specific function, categorized by type. Use for dead code detection and refactoring impact analysis.
Instructions
Gets all functions that call a specific function (incoming edges in the call graph). Use this when finding entry points to a function, understanding usage patterns, or assessing impact of changes. Returns categorized callers: internal, external, and library. Useful for dead code detection and refactoring impact analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| callers | No | ||
| success | Yes | ||
| error_message | No | ||
| query_context | No |