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

Class SymbolSearchQuery

server/src/server/routes.rs:380–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378
379#[derive(Deserialize)]
380struct SymbolSearchQuery {
381 q: String,
382 limit: Option<usize>,
383 file: Option<String>,
384}
385
386async fn search_symbols(
387 State(state): State<AppState>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected