MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / make_store

Function make_store

atomic-agent/src/turn/session.rs:691–695  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

689 }
690
691 fn make_store() -> (TempDir, SessionStore) {
692 let dir = TempDir::new().unwrap();
693 let store = SessionStore::new(dir.path().join("sessions")).unwrap();
694 (dir, store)
695 }
696
697 // AgentSession construction
698

Calls 2

unwrapMethod · 0.45
pathMethod · 0.45