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

Function overview

src/dashboard/code_diagnostics_api.rs:46–50  ·  view source on GitHub ↗
(State(state): State<DashboardState>)

Source from the content-addressed store, hash-verified

44}
45
46pub(crate) async fn overview(State(state): State<DashboardState>) -> ApiResult {
47 let snapshot = diagnostics_snapshot(&state).await?;
48 maybe_spawn_idle_backfill(&state, &snapshot);
49 Ok(Json(json!(snapshot)))
50}
51
52pub(crate) async fn patch_settings(
53 State(state): State<DashboardState>,

Callers

nothing calls this directly

Calls 2

diagnostics_snapshotFunction · 0.85

Tested by

no test coverage detected