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

Function diagnostics_snapshot

src/dashboard/code_diagnostics_api.rs:248–253  ·  view source on GitHub ↗
(
    state: &DashboardState,
)

Source from the content-addressed store, hash-verified

246}
247
248async fn diagnostics_snapshot(
249 state: &DashboardState,
250) -> std::result::Result<DiagnosticsSnapshot, JsonError> {
251 reconcile_project_language_activity(state).await?;
252 Ok(state.code_diagnostics.read().await.snapshot())
253}
254
255async fn refreshable_languages(
256 state: &DashboardState,

Callers 5

overviewFunction · 0.85
patch_settingsFunction · 0.85
refresh_allFunction · 0.85
refresh_languageFunction · 0.85
refreshable_languagesFunction · 0.85

Calls 3

snapshotMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected