Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
635
impl fmt::Debug for SessionStore {
Callers
3
test_store_list_skips_tmp_files
Function · 0.80
test_store_list_skips_corrupted_files
Function · 0.80
session_graph_dir
Method · 0.80
Calls
no outgoing calls
Tested by
2
test_store_list_skips_tmp_files
Function · 0.64
test_store_list_skips_corrupted_files
Function · 0.64