From 240beec7de179b34c14388f1815c117e096447d4 Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 17 May 2026 17:48:44 +0000 Subject: [PATCH] huskies: regen source-map.json --- .huskies/source-map.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.huskies/source-map.json b/.huskies/source-map.json index d41ecf2c..21ef1cd1 100644 --- a/.huskies/source-map.json +++ b/.huskies/source-map.json @@ -1378,7 +1378,9 @@ "fn rebuild_gateway_project_index" ], "server/src/crdt_state/state/init.rs": [ - "fn init" + "enum PersistMsg", + "fn init", + "fn flush_persistence" ], "server/src/crdt_state/state/mod.rs": [ "fn subscribe", @@ -1389,6 +1391,7 @@ "fn init_for_test" ], "server/src/crdt_state/state/statics.rs": [ + "static PERSIST_PENDING", "static CRDT_EVENT_TX", "static SYNC_TX", "static ALL_OPS",