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

Function parse_compute_driver

crates/openshell-server/src/cli.rs:484–486  ·  view source on GitHub ↗
(value: &str)

Source from the content-addressed store, hash-verified

482}
483
484fn parse_compute_driver(value: &str) -> std::result::Result<String, String> {
485 openshell_core::config::normalize_compute_driver_name(value)
486}
487
488fn resolve_config_path(args: &RunArgs) -> Result<Option<PathBuf>> {
489 if let Some(path) = args.config.clone() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected