MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / hermes_profile_session_db_path

Function hermes_profile_session_db_path

src/sessions/cursor.rs:137–141  ·  view source on GitHub ↗
(hermes_home: &Path)

Source from the content-addressed store, hash-verified

135}
136
137pub fn hermes_profile_session_db_path(hermes_home: &Path) -> PathBuf {
138 hermes_home
139 .join(crate::config::TRACEDECAY_DIR)
140 .join(PROJECT_SESSION_DB_FILENAME)
141}
142
143pub fn resolve_hermes_profile_session_db_path(
144 hermes_home: &Path,

Callers 2

project_session_db_pathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected