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

Class VarPath

server/src/server/routes.rs:888–890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

886
887#[derive(Deserialize)]
888struct VarPath {
889 name: String,
890}
891
892async fn get_var(
893 State(state): State<AppState>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected