callers
Identify all direct and indirect call sites for a given function, including dispatch via function pointers, ops structs, or runtime. Use direct_only to get resolved declaration-to-declaration calls.
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 |