find_callees
Discover all functions invoked by a given function to analyze call dependencies and code flow.
Instructions
Find all functions called by a specific function.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | Maximum results to return | |
| function_name | Yes | Name of the function to find callees for |