Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/OpenShell
/ clear_calls
Method
clear_calls
crates/openshell-server/src/test_support.rs:115–117 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
113
}
114
115
pub fn clear_calls(&self) {
116
self.with_state(|state| state.calls.clear());
117
}
118
119
#[cfg(unix)]
120
pub fn serve_uds(
Callers
nothing calls this directly
Calls
2
with_state
Method · 0.80
clear
Method · 0.45
Tested by
no test coverage detected