ccg_node
Locate a C++ symbol or file in the coroutine call graph, returning neighbors: callers/callees for symbols, or contained symbols, included headers, and importers for files.
Instructions
One symbol or file: location + related edges. Symbols → callers/callees (control). Files → contains (symbols) + includes (headers) + importers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | Symbol keyword (name or qualified_name fragment) | |
| show_unresolved | No | Include unresolved::* stubs |