query_graph
Query function-level call graph to find callers, callees, tests, dependents of a symbol, 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 |