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

Class BufferFromFileBody

server/src/server/routes.rs:748–753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

746
747#[derive(Deserialize)]
748struct BufferFromFileBody {
749 name: String,
750 file: String,
751 start_line: Option<usize>,
752 end_line: Option<usize>,
753}
754
755async fn buffer_from_file(
756 State(state): State<AppState>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected