coverage_map
Check which components are indexed, including files, callable bodies, and unmodeled frontiers, to distinguish clean results from unanalyzed code.
Instructions
Read-only. Report deterministic graph coverage by component: how many files and callable bodies are indexed, plus diagnostics and unmodeled frontiers. It measures what the graph contains, not per-client session activity — use it to decide whether an empty result means 'clean' or 'not analyzed'. All params optional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | maximum component rows returned | |
| format | No | text (compact, default) | json (structured result page) | |
| offset | No | row offset for paging | |
| component_depth | No | path-prefix depth used to group files into components |