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

Function get_settings

src/dashboard/settings_api.rs:47–49  ·  view source on GitHub ↗
(State(state): State<DashboardState>)

Source from the content-addressed store, hash-verified

45}
46
47pub(crate) async fn get_settings(State(state): State<DashboardState>) -> ApiResult {
48 Ok(Json(settings_payload(&state).await?))
49}
50
51pub(crate) async fn patch_project_settings(
52 State(state): State<DashboardState>,

Callers

nothing calls this directly

Calls 1

settings_payloadFunction · 0.85

Tested by

no test coverage detected