query_graph
Find callers, callees, tests, or dependents of a symbol using the function call graph, or list all functions in a file.
Instructions
Query the function-level call graph. Find callers, callees, tests, or dependents for a specific symbol. Use query_type='symbols' to list all functions in a file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | Function or class name to query | |
| file_path | Yes | Relative file path | |
| query_type | No | callers | callees | tests | dependents | symbols | callees |