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

Class PeekQuery

server/src/server/routes.rs:553–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551
552#[derive(Deserialize)]
553struct PeekQuery {
554 file: String,
555 start: Option<usize>,
556 end: Option<usize>,
557}
558
559async fn peek(
560 State(state): State<AppState>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected