nexus_call_graph
Trace call relationships by retrieving a function's callers or callees up to a specified depth, supporting impact analysis and code exploration.
Instructions
Callers or callees of a function, depth-N.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | ||
| symbol | Yes | Function name or qualname | |
| direction | No | callees |