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

Class HistoryQuery

server/src/server/routes.rs:657–659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655
656#[derive(Deserialize)]
657struct HistoryQuery {
658 limit: Option<usize>,
659}
660
661async fn get_history(
662 State(state): State<AppState>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected