ccg_stats
Retrieve node and edge counts by kind and device to confirm the C++ coroutine graph database is loaded, with optional per-namespace symbol counts.
Instructions
cpp-coro-graph: node/edge counts by kind and device. Optional by_namespace=true for per-namespace symbol counts. Call first to confirm the graph DB is loaded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| namespace | No | Optional namespace filter (exact or prefix) when by_namespace | |
| by_namespace | No | If true, return symbol counts grouped by C++ namespace |