(operation: &str, err: BollardError)
| 3529 | } |
| 3530 | |
| 3531 | fn internal_status(operation: &str, err: BollardError) -> Status { |
| 3532 | Status::internal(format!("{operation} failed: {err}")) |
| 3533 | } |
| 3534 | |
| 3535 | #[cfg(test)] |
| 3536 | mod tests; |
no outgoing calls
no test coverage detected