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

Class BufferPath

server/src/server/routes.rs:811–813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

809
810#[derive(Deserialize)]
811struct BufferPath {
812 name: String,
813}
814
815async fn get_buffer(
816 State(state): State<AppState>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected