Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
657
struct HistoryQuery {
658
limit: Option<usize>,
659
}
660
661
async fn get_history(
662
State(state): State<AppState>,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected