huskies: regen source-map.json

This commit is contained in:
Huskies Agent
2026-07-21 16:08:03 +00:00
parent 7de8fa1924
commit 14331127b8
+7 -1
View File
@@ -1352,6 +1352,7 @@
"mod agent_name", "mod agent_name",
"struct ProjectConfig", "struct ProjectConfig",
"struct WatcherConfig", "struct WatcherConfig",
"fn default_snapshot_interval_ops",
"struct DiskWatchConfig", "struct DiskWatchConfig",
"struct ComponentConfig", "struct ComponentConfig",
"struct AgentConfig", "struct AgentConfig",
@@ -1512,7 +1513,8 @@
"server/src/crdt_state/state/init.rs": [ "server/src/crdt_state/state/init.rs": [
"enum PersistMsg", "enum PersistMsg",
"fn init", "fn init",
"fn flush_persistence" "fn flush_persistence",
"fn checkpoint_on_shutdown"
], ],
"server/src/crdt_state/state/mod.rs": [ "server/src/crdt_state/state/mod.rs": [
"fn subscribe", "fn subscribe",
@@ -1528,6 +1530,10 @@
"static SYNC_TX", "static SYNC_TX",
"static ALL_OPS", "static ALL_OPS",
"static VECTOR_CLOCK", "static VECTOR_CLOCK",
"static CRDT_POOL",
"static SNAPSHOT_INTERVAL_OPS",
"static OPS_SINCE_SNAPSHOT",
"static LAST_SEQ",
"static ALL_OPS_TL", "static ALL_OPS_TL",
"static VECTOR_CLOCK_TL", "static VECTOR_CLOCK_TL",
"fn all_ops_lock", "fn all_ops_lock",