MCPcopy Create free account
hub / github.com/GCWing/BitFun / clear_session

Method clear_session

src/crates/execution/agent-runtime/src/file_read_state.rs:226–230  ·  view source on GitHub ↗
(&self, session_id: &str)

Source from the content-addressed store, hash-verified

224 }
225
226 pub fn clear_session(&self, session_id: &str) {
227 if let Some(states) = self.session_states.get(session_id) {
228 states.clear();
229 }
230 }
231
232 pub fn set(&self, session_id: &str, logical_path: &str, state: FileReadState) {
233 let session_states = self

Calls 2

getMethod · 0.45
clearMethod · 0.45