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

Function project_session_db_path

tests/mcp_suite/mcp_handler_test.rs:484–486  ·  view source on GitHub ↗
(cg: &TraceDecay)

Source from the content-addressed store, hash-verified

482}
483
484fn project_session_db_path(cg: &TraceDecay) -> PathBuf {
485 cg.store_layout().sessions_db_path.clone()
486}
487
488async fn open_active_project_session_db(cg: &TraceDecay) -> GlobalDb {
489 GlobalDb::open_at(&project_session_db_path(cg))

Calls 1

store_layoutMethod · 0.80

Tested by

no test coverage detected