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

Method with_default_image

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

Source from the content-addressed store, hash-verified

103
104 #[must_use]
105 pub fn with_default_image(self, default_image: impl Into<String>) -> Self {
106 self.with_state(|state| state.default_image = default_image.into());
107 self
108 }
109
110 #[must_use]
111 pub fn calls(&self) -> Vec<FakeComputeDriverCall> {

Calls 1

with_stateMethod · 0.80

Tested by

no test coverage detected