MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / stream_quality

Function stream_quality

packages/server/src/api/routes.rs:1374–1376  ·  view source on GitHub ↗
(State(state): State<AppState>)

Source from the content-addressed store, hash-verified

1372}
1373
1374async fn stream_quality(State(state): State<AppState>) -> Json<Value> {
1375 json(json_value!(stream_quality_response(&state.config)))
1376}
1377
1378async fn set_stream_quality(
1379 State(state): State<AppState>,

Callers

nothing calls this directly

Calls 1

jsonFunction · 0.85

Tested by

no test coverage detected