ccg_callers
Identify callers of a C++ symbol by searching incoming control edges in a coroutine-aware call graph. Supports limits and unresolved stubs.
Instructions
Who calls / awaits this symbol (incoming control edges).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | Symbol keyword (name or qualified_name fragment) | |
| show_unresolved | No | Include unresolved::* stubs |