From bb16f915f3a2f058ea5902ee1a3333f022474a7f Mon Sep 17 00:00:00 2001 From: Huskies Agent Date: Sat, 18 Jul 2026 01:43:24 +0000 Subject: [PATCH] huskies: regen source-map.json --- .huskies/source-map.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.huskies/source-map.json b/.huskies/source-map.json index fd5c57e5..77924d6d 100644 --- a/.huskies/source-map.json +++ b/.huskies/source-map.json @@ -2698,6 +2698,7 @@ "mod io", "mod polling", "mod release_manifest", + "mod resources", "struct GatewayStatusEvent", "const HEARTBEAT_MAX_AGE_MS", "const RELAY_MAX_AGE_SECS", @@ -2739,6 +2740,26 @@ "fn verify_artifact_sha256", "fn check_rollback" ], + "server/src/service/gateway/resources/io.rs": [ + "fn collect_host_stats", + "fn collect_container_stats", + "fn collect_project_dir_sizes", + "fn collect_fleet_resources" + ], + "server/src/service/gateway/resources/mod.rs": [ + "mod io", + "struct HostStats", + "struct ContainerStats", + "struct ProjectDirSizes", + "struct ResourceThresholds", + "struct ResourceFlag", + "struct FleetResources", + "fn flag_host", + "fn parse_docker_cpu_percent", + "fn parse_docker_size", + "fn parse_docker_mem_usage", + "fn parse_meminfo" + ], "server/src/service/gc/io.rs": [ "fn run_gc_pass" ],