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

Class ImplementationQuery

server/src/server/routes.rs:441–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439
440#[derive(Deserialize)]
441struct ImplementationQuery {
442 symbol: String,
443 file: String,
444}
445
446async fn get_implementation(
447 State(state): State<AppState>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected