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

Class VariablesQuery

server/src/server/routes.rs:525–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523
524#[derive(Deserialize)]
525struct VariablesQuery {
526 function: String,
527 file: String,
528}
529
530async fn list_variables(
531 State(state): State<AppState>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected