Overview
No static map resolves everything — dynamic imports, reflection, and calls into external services leave edges the graph can't connect. vg unknowns makes those gaps visible and ranked: it lists what the map could not resolve, ordered by blast radius, so the unresolved references that the most code depends on rise to the top.
This is how you judge — and improve — the map's coverage, rather than trusting it blindly.
Usage
vg unknowns
Limit how many sites are shown (default 20):
vg unknowns --limit 5
Options
| Flag | Description |
|---|---|
-n, --limit <n> | How many unresolved sites to show (default 20) |
--json | Machine-readable JSON on stdout |