huskies: regen source-map.json

This commit is contained in:
Huskies Agent
2026-07-18 01:43:24 +00:00
parent 25bc952dff
commit bb16f915f3
+21
View File
@@ -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"
],