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

Method name

crates/openshell-server/src/lib.rs:828–833  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

826
827impl ConfiguredComputeDriver {
828 fn name(&self) -> &str {
829 match self {
830 Self::Builtin(kind) => kind.as_str(),
831 Self::Remote { name } => name,
832 }
833 }
834}
835
836fn configured_compute_driver(

Callers 4

on_eventMethod · 0.45
record_strMethod · 0.45
record_debugMethod · 0.45
commandFunction · 0.45

Calls 1

as_strMethod · 0.45

Tested by

no test coverage detected