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

Method delete_session

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

Source from the content-addressed store, hash-verified

365 }
366
367 pub fn delete_session(&self, session_id: &str) {
368 self.session_caches.remove(session_id);
369 }
370}
371
372fn current_time_ms() -> u64 {

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected