Skip to main content

edge_key

Function edge_key 

Source
pub fn edge_key(edge: &Edge) -> String
Expand description

Returns the stable key used by tabular/export backends for an edge.

Explicit edge IDs win. Otherwise the structural key joins from, label, and to with U+001F (Unit Separator). Callers that accept arbitrary IDs or labels should reject U+001F before relying on reversibility.