MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / command_exists

Method command_exists

e2e/rust/src/harness/container.rs:217–219  ·  view source on GitHub ↗
(&self, command: &str)

Source from the content-addressed store, hash-verified

215
216impl 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()

Callers 2

require_engine_availableFunction · 0.80

Calls 1

command_existsFunction · 0.85

Tested by

no test coverage detected