(project_root: &Path)
| 283 | } |
| 284 | |
| 285 | pub 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 | |
| 289 | pub fn resolve_response_handle_root(project_root: &Path) -> Result<PathBuf> { |
| 290 | Ok(resolve_layout_for_current_profile(project_root)?.response_handle_root) |