codegraph_stats
Check indexing coverage by retrieving CodeGraph statistics including symbols, calls, resolved calls, imports, and file counts, optionally scoped to a repository path.
Instructions
Return indexed CodeGraph statistics: total symbols, calls, resolved calls, imports, and file counts. Optionally scoped to a repo_path. Use this to check indexing coverage before searching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | The team ID for isolation. | |
| repo_path | No | Optional: scope stats to this repository root path. |