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

Method calls

crates/openshell-server/src/test_support.rs:111–113  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

109
110 #[must_use]
111 pub fn calls(&self) -> Vec<FakeComputeDriverCall> {
112 self.with_state(|state| state.calls.clone())
113 }
114
115 pub fn clear_calls(&self) {
116 self.with_state(|state| state.calls.clear());

Callers

nothing calls this directly

Calls 1

with_stateMethod · 0.80

Tested by

no test coverage detected