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

Class SymbolListQuery

server/src/server/routes.rs:354–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352
353#[derive(Deserialize)]
354struct SymbolListQuery {
355 kind: Option<String>,
356 file: Option<String>,
357 limit: Option<usize>,
358}
359
360async fn list_symbols(
361 State(state): State<AppState>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected