Skip to main content

EdgeId

Type Alias EdgeId 

Source
pub type EdgeId = usize;
Expand description

Unique identifier for an edge in the authority graph.

Stability contract. Same caveat as NodeId — dense indices stable within one emitted graph, NOT stable across runs. Use fingerprints for cross-run identity.