callees
Find every function a given symbol calls, including indirect dispatch via function-pointer slots. Filter to direct calls only when you need precise, resolved declarations.
Instructions
What this symbol calls — direct + indirect dispatch, in-repo only. Each row tagged via: direct | indirect(...); an indirect row with resolved:false is an unresolved function-pointer slot (the indirection is real, the target isn't pinned). Set direct_only for resolved decl->decl CALLS only. A jump move.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| limit | No | ||
| format | No | text (compact, default) | json (structured result page) | |
| offset | No | ||
| direct_only | No |