Skip to main content

NodeId

Type Alias NodeId 

Source
pub type NodeId = usize;
Expand description

Unique identifier for a node in the authority graph.

Stability contract. NodeId values are dense indices stable within a single scan / graph emission (taudit graph --format json). They are not stable across separate scans — two runs against the same input pipeline can renumber nodes if the parser visits them in a different order. Downstream consumers that need cross-run identity should key on the finding fingerprint (in JSON / SARIF / CloudEvents output) rather than NodeId. See docs/finding-fingerprint.md.