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

Class ChunkQuery

server/src/server/routes.rs:625–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

623
624#[derive(Deserialize)]
625struct ChunkQuery {
626 file: String,
627 size: Option<usize>,
628 overlap: Option<usize>,
629}
630
631async fn chunk_indices(
632 State(state): State<AppState>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected