Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
879
fn builtin_compute_driver(name: &str) -> Option<ComputeDriverKind> {
880
name.parse().ok()
881
}
882
883
fn kubernetes_sandbox_jwt_expiry_disabled(config: &Config) -> bool {
884
config
Callers
1
resolve_configured_compute_driver
Function · 0.85
Calls
1
parse
Method · 0.45
Tested by
no test coverage detected