Skip to main content

NodeId

Type Alias NodeId 

Source
pub type NodeId = u32;
Expand description

Dense node identifier within a LockfileGraph. Root is always 0; every other node gets a u32 assigned in topological discovery order.