callers
Identify all functions that call a given symbol, tracing direct and indirect dispatch through function pointers and runtime ops-structs. Filter external stubs or restrict to direct calls only.
Instructions
Who calls this symbol — direct + indirect dispatch (function-pointer / ops-struct / runtime), external stubs filtered. Each row tagged via: direct | indirect(may_invoke|context|fn-pointer). Set direct_only to get only resolved decl->decl CALLS. 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 |