Overview
vg facts surfaces deterministic, structured facts about a node: its contract, invariants, and characterization. Facts are epistemic-typed from most certain (declared/static) to less certain (observed/derived).
Requires --deep to derive facts beyond basic declarations.
Usage
vg facts <name>
| Flag | Description |
|---|---|
<name> | Node to inspect |
--pick <n> | Pick the nth candidate when ambiguous |
Examples
vg facts UserService.createUser
vg facts --deep PaymentProcessor