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

Method with_driver_version

crates/openshell-server/src/test_support.rs:99–102  ·  view source on GitHub ↗
(self, driver_version: impl Into<String>)

Source from the content-addressed store, hash-verified

97
98 #[must_use]
99 pub fn with_driver_version(self, driver_version: impl Into<String>) -> Self {
100 self.with_state(|state| state.driver_version = driver_version.into());
101 self
102 }
103
104 #[must_use]
105 pub fn with_default_image(self, default_image: impl Into<String>) -> Self {

Callers

nothing calls this directly

Calls 1

with_stateMethod · 0.80

Tested by

no test coverage detected