Overview
vg show gives you the full picture for a single node: its kind, file location, signature, importance score, architectural area, the functions it calls (callees), and the functions that call it (callers).
Usage
vg show <name>
| Flag | Description |
|---|---|
<name> | Qualified name, short name, file:line, glob, or id |
--pick <n> | Pick the nth candidate when multiple nodes match |
Examples
vg show UserService
vg show src/auth/login.ts:42
vg show "UserService.createUser"