ccg_explore
Map a symbol's call-graph neighborhood with inbound and outbound edges, optional BFS depth, and edge-kind filters such as calls, await, or spawn.
Instructions
Neighborhood around a symbol: in/out + optional BFS depth (like codegraph explore for coroutines).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | ||
| limit | No | ||
| query | Yes | ||
| edge_kind | No | Edge filter: control (default) | all | calls | await | spawn | seq | inherits | contains | includes | control |
| show_unresolved | No |