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

Function resolve_project_session_db_path

src/storage.rs:285–287  ·  view source on GitHub ↗
(project_root: &Path)

Source from the content-addressed store, hash-verified

283}
284
285pub fn resolve_project_session_db_path(project_root: &Path) -> Result<PathBuf> {
286 Ok(resolve_layout_for_current_profile(project_root)?.sessions_db_path)
287}
288
289pub fn resolve_response_handle_root(project_root: &Path) -> Result<PathBuf> {
290 Ok(resolve_layout_for_current_profile(project_root)?.response_handle_root)

Calls 1