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

Method sessions_dir

atomic-agent/src/turn/session.rs:630–632  ·  view source on GitHub ↗

Returns the sessions directory path.

(&self)

Source from the content-addressed store, hash-verified

628
629 /// Returns the sessions directory path.
630 pub fn sessions_dir(&self) -> &Path {
631 &self.sessions_dir
632 }
633}
634
635impl fmt::Debug for SessionStore {

Calls

no outgoing calls