diff --git a/.huskies/source-map.json b/.huskies/source-map.json index 4fe36c40..5654aedb 100644 --- a/.huskies/source-map.json +++ b/.huskies/source-map.json @@ -1671,16 +1671,21 @@ "fn init_content_store" ], "server/src/db/gc.rs": [ + "fn purge_ephemeral_content_keys_for_story", "fn purge_content_keys_for_story", "fn spawn_content_gc_subscriber", - "fn sweep_zombie_content_on_startup" + "fn sweep_zombie_content_on_startup", + "fn backfill_evicted_story_content" ], "server/src/db/mod.rs": [ "mod content_store", "mod gc", "mod ops", "mod recover", - "mod shadow_write" + "mod shadow_write", + "mod tests", + "static SHADOW_RT", + "fn ensure_shadow_db" ], "server/src/db/ops.rs": [ "struct ItemMeta",