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

Function build_selected_project_state

src/dashboard/mod.rs:307–309  ·  view source on GitHub ↗

Builds a lightweight cached state for a non-active project selected from the dashboard project picker.

(cg: &TraceDecay)

Source from the content-addressed store, hash-verified

305/// Builds a lightweight cached state for a non-active project selected from the
306/// dashboard project picker.
307pub(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

Callers 1

Calls 1

build_state_innerFunction · 0.85

Tested by

no test coverage detected