pub fn sync_state_load(conn: &Connection, agent_id: &str) -> Result<VectorClock>Expand description
Load the full vector clock for agent_id — the set of
(peer_id -> last_seen_at) this local agent tracks.
pub fn sync_state_load(conn: &Connection, agent_id: &str) -> Result<VectorClock>Load the full vector clock for agent_id — the set of
(peer_id -> last_seen_at) this local agent tracks.