call_chain
Trace function and method call chains from a given symbol to understand code flow and dependencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| depth | No | ||
| language | No | python | |
| from_symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| found | Yes | ||
| symbol | Yes | ||
| callers | No |