(&self, command: &str)
| 215 | |
| 216 | impl ContainerEngineProbe for HostContainerEngineProbe { |
| 217 | fn command_exists(&self, command: &str) -> bool { |
| 218 | command_exists(command) |
| 219 | } |
| 220 | |
| 221 | fn docker_is_podman_shim(&self) -> bool { |
| 222 | docker_is_podman_shim() |
no test coverage detected