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

Function builtin_compute_driver

crates/openshell-server/src/lib.rs:879–881  ·  view source on GitHub ↗
(name: &str)

Source from the content-addressed store, hash-verified

877}
878
879fn builtin_compute_driver(name: &str) -> Option<ComputeDriverKind> {
880 name.parse().ok()
881}
882
883fn kubernetes_sandbox_jwt_expiry_disabled(config: &Config) -> bool {
884 config

Callers 1

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected