pub fn load_graph_snapshot(storage_path: &str) -> Result<usize>Expand description
Load the durable snapshot into the graph, if present. Returns the quin count loaded (0 if there is no snapshot). This is the authoritative last full state (defaults + index + committed updates) when it exists.