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

Function e2e_driver_config_key

e2e/rust/tests/gpu/device_selection.rs:244–249  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242}
243
244fn e2e_driver_config_key() -> &'static str {
245 match e2e_driver().as_deref() {
246 Some("podman") => "podman",
247 _ => "docker",
248 }
249}
250
251fn cdi_devices_driver_config_json(device_ids: &[&str]) -> String {
252 serde_json::json!({

Callers

nothing calls this directly

Calls 1

e2e_driverFunction · 0.85

Tested by

no test coverage detected