huskies: regen source-map.json
This commit is contained in:
@@ -1324,6 +1324,7 @@
|
|||||||
"mod agent_name",
|
"mod agent_name",
|
||||||
"struct ProjectConfig",
|
"struct ProjectConfig",
|
||||||
"struct WatcherConfig",
|
"struct WatcherConfig",
|
||||||
|
"struct DiskWatchConfig",
|
||||||
"struct ComponentConfig",
|
"struct ComponentConfig",
|
||||||
"struct AgentConfig",
|
"struct AgentConfig",
|
||||||
"fn load",
|
"fn load",
|
||||||
@@ -2564,6 +2565,22 @@
|
|||||||
"fn generate_permission_rule",
|
"fn generate_permission_rule",
|
||||||
"fn is_dominated_by_wildcard"
|
"fn is_dominated_by_wildcard"
|
||||||
],
|
],
|
||||||
|
"server/src/service/disk_watch/io.rs": [
|
||||||
|
"fn free_space_bytes",
|
||||||
|
"fn dir_size_bytes",
|
||||||
|
"fn check_and_notify"
|
||||||
|
],
|
||||||
|
"server/src/service/disk_watch/mod.rs": [
|
||||||
|
"mod io",
|
||||||
|
"enum DiskLevel",
|
||||||
|
"fn as_str",
|
||||||
|
"fn classify_level",
|
||||||
|
"fn is_recovered",
|
||||||
|
"fn should_send",
|
||||||
|
"struct DiskWatchState",
|
||||||
|
"enum DiskAction",
|
||||||
|
"fn decide_action"
|
||||||
|
],
|
||||||
"server/src/service/event_triggers/mod.rs": [
|
"server/src/service/event_triggers/mod.rs": [
|
||||||
"mod store",
|
"mod store",
|
||||||
"struct TriggerPredicate",
|
"struct TriggerPredicate",
|
||||||
@@ -2754,6 +2771,7 @@
|
|||||||
"mod bot_command",
|
"mod bot_command",
|
||||||
"mod common",
|
"mod common",
|
||||||
"mod diagnostics",
|
"mod diagnostics",
|
||||||
|
"mod disk_watch",
|
||||||
"mod event_triggers",
|
"mod event_triggers",
|
||||||
"mod events",
|
"mod events",
|
||||||
"mod file_io",
|
"mod file_io",
|
||||||
@@ -2797,6 +2815,8 @@
|
|||||||
"fn format_agent_completed_notification",
|
"fn format_agent_completed_notification",
|
||||||
"fn format_new_item_notification",
|
"fn format_new_item_notification",
|
||||||
"fn format_merge_auto_retry_notification",
|
"fn format_merge_auto_retry_notification",
|
||||||
|
"fn format_disk_warning_notification",
|
||||||
|
"fn format_disk_recovery_notification",
|
||||||
"const MERGE_FAILURE_TAIL_LINES",
|
"const MERGE_FAILURE_TAIL_LINES",
|
||||||
"fn truncate_gate_output"
|
"fn truncate_gate_output"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user