(timeout_secs: u32)
| 2898 | } |
| 2899 | |
| 2900 | fn docker_stop_timeout_secs(timeout_secs: u32) -> i32 { |
| 2901 | i32::try_from(timeout_secs).unwrap_or(i32::MAX) |
| 2902 | } |
| 2903 | |
| 2904 | fn emit_snapshot_diff( |
| 2905 | events: &broadcast::Sender<WatchSandboxesEvent>, |
no outgoing calls
no test coverage detected