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

Class CallersQuery

server/src/server/routes.rs:497–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495
496#[derive(Deserialize)]
497struct CallersQuery {
498 symbol: String,
499 file: String,
500 limit: Option<usize>,
501}
502
503async fn find_callers(
504 State(state): State<AppState>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected