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

Function refresh_one

src/dashboard/code_diagnostics_api.rs:111–114  ·  view source on GitHub ↗
(state: &DashboardState, language: &str)

Source from the content-addressed store, hash-verified

109}
110
111async fn refresh_one(state: &DashboardState, language: &str) -> std::result::Result<(), JsonError> {
112 reconcile_project_language_activity(state).await?;
113 refresh_one_reconciled(state, language).await
114}
115
116async fn refresh_one_reconciled(
117 state: &DashboardState,

Callers 2

refresh_languageFunction · 0.85

Calls 2

refresh_one_reconciledFunction · 0.85

Tested by

no test coverage detected