Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ remove
Method
remove
crates/opencode-session/src/session.rs:254–256 ·
view source on GitHub ↗
(&mut self, session_id: &str)
Source
from the content-addressed store, hash-verified
252
}
253
254
pub fn remove(&mut self, session_id: &str) {
255
self.states.remove(session_id);
256
}
257
258
pub fn busy_sessions(&self) -> Vec<&str> {
259
self.states
Callers
3
remove_message
Method · 0.45
remove_part
Method · 0.45
delete
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected