Builds a lightweight cached state for a non-active project selected from the dashboard project picker.
(cg: &TraceDecay)
| 305 | /// Builds a lightweight cached state for a non-active project selected from the |
| 306 | /// dashboard project picker. |
| 307 | pub(crate) async fn build_selected_project_state(cg: &TraceDecay) -> DashboardState { |
| 308 | build_state_inner(cg, false, false).await |
| 309 | } |
| 310 | |
| 311 | /// Detached catch-up ingest for transcript sources (Claude, Codex, Vibe, |
| 312 | /// Cline-like, and Cursor's historical backlog), mirroring the MCP serve |
no test coverage detected