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