MCPcopy Create free account
hub / github.com/JaredStewart/coderlm / SetVarBody

Class SetVarBody

server/src/server/routes.rs:862–865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

860
861#[derive(Deserialize)]
862struct SetVarBody {
863 name: String,
864 value: serde_json::Value,
865}
866
867async fn set_var(
868 State(state): State<AppState>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected