gograph_stats
Generate repository-level code statistics: total package count, file count, symbol frequencies, and import edges. Use for codebase health dashboards.
Instructions
Generate repository-level code statistics: total package count, file count, symbol frequencies (functions, structs, interfaces), and import edge count. Requires .gograph/graph.json — run gograph build . first. Read-only; no side effects. WHEN TO USE: For high-level codebase health dashboards, validating the graph was built completely, or getting a quick size estimate before planning analysis. NOT TO USE: For single-symbol profiling (use gograph_node or gograph_complexity); for detailed per-package breakdown (use gograph_focus per package). RETURNS: JSON with total counts for files, packages, functions, structs, interfaces, and import edges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||