Skip to main content

materialize_edges

Function materialize_edges 

Source
pub fn materialize_edges(pending: &[PendingEdge], memory_id: &str) -> Vec<Edge>
Expand description

Resolve pending edges into concrete Edge values, given the memory ID that was just stored and the set of existing graph-node IDs.

Self-edge markers (dst_id == “”) use the same node as both src and dst, representing a file that evolved (was read then edited/written).