From 14331127b80e97ef2ecbc83e72678484b80eba63 Mon Sep 17 00:00:00 2001 From: Huskies Agent Date: Tue, 21 Jul 2026 16:08:03 +0000 Subject: [PATCH] huskies: regen source-map.json --- .huskies/source-map.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.huskies/source-map.json b/.huskies/source-map.json index fe8c8a5f..922f8cbd 100644 --- a/.huskies/source-map.json +++ b/.huskies/source-map.json @@ -1352,6 +1352,7 @@ "mod agent_name", "struct ProjectConfig", "struct WatcherConfig", + "fn default_snapshot_interval_ops", "struct DiskWatchConfig", "struct ComponentConfig", "struct AgentConfig", @@ -1512,7 +1513,8 @@ "server/src/crdt_state/state/init.rs": [ "enum PersistMsg", "fn init", - "fn flush_persistence" + "fn flush_persistence", + "fn checkpoint_on_shutdown" ], "server/src/crdt_state/state/mod.rs": [ "fn subscribe", @@ -1528,6 +1530,10 @@ "static SYNC_TX", "static ALL_OPS", "static VECTOR_CLOCK", + "static CRDT_POOL", + "static SNAPSHOT_INTERVAL_OPS", + "static OPS_SINCE_SNAPSHOT", + "static LAST_SEQ", "static ALL_OPS_TL", "static VECTOR_CLOCK_TL", "fn all_ops_lock",