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

Method with_driver_name

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

Source from the content-addressed store, hash-verified

91
92 #[must_use]
93 pub fn with_driver_name(self, driver_name: impl Into<String>) -> Self {
94 self.with_state(|state| state.driver_name = driver_name.into());
95 self
96 }
97
98 #[must_use]
99 pub fn with_driver_version(self, driver_version: impl Into<String>) -> Self {

Calls 1

with_stateMethod · 0.80

Tested by

no test coverage detected