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

Class TestsQuery

server/src/server/routes.rs:469–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467
468#[derive(Deserialize)]
469struct TestsQuery {
470 symbol: String,
471 file: String,
472 limit: Option<usize>,
473}
474
475async fn find_tests(
476 State(state): State<AppState>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected