Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
862
struct SetVarBody {
863
name: String,
864
value: serde_json::Value,
865
}
866
867
async fn set_var(
868
State(state): State<AppState>,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected