Skip to main content

build_snapshot

Function build_snapshot 

Source
pub fn build_snapshot(
    run_id: RunId,
    nodes: &HashMap<NodeId, Node>,
    edges: Vec<(NodeId, NodeId)>,
    event_count: u64,
) -> GraphSnapshot
Expand description

Build a snapshot from current graph state