huskies: regen source-map.json

This commit is contained in:
Huskies Agent
2026-07-21 20:19:29 +00:00
parent c3cad6b3d8
commit b43def12f7
+6
View File
@@ -3549,6 +3549,7 @@
"fn migrate_slug_paths" "fn migrate_slug_paths"
], ],
"server/src/worktree/mod.rs": [ "server/src/worktree/mod.rs": [
"mod test_support",
"struct WorktreeInfo", "struct WorktreeInfo",
"struct WorktreeListEntry", "struct WorktreeListEntry",
"fn worktree_path", "fn worktree_path",
@@ -3563,5 +3564,10 @@
"server/src/worktree/sweep.rs": [ "server/src/worktree/sweep.rs": [
"fn worktree_should_be_swept", "fn worktree_should_be_swept",
"fn sweep_with_lookup" "fn sweep_with_lookup"
],
"server/src/worktree/test_support.rs": [
"fn init_git_repo",
"fn empty_config",
"fn done_stage"
] ]
} }