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

Function make_store

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

Source from the content-addressed store, hash-verified

661 }
662
663 fn make_store() -> (TempDir, SessionStore) {
664 let dir = TempDir::new().unwrap();
665 let store = SessionStore::new(dir.path().join("sessions")).unwrap();
666 (dir, store)
667 }
668
669 // AgentSession construction
670

Calls 2

unwrapMethod · 0.45
pathMethod · 0.45