Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
811
struct BufferPath {
812
name: String,
813
}
814
815
async fn get_buffer(
816
State(state): State<AppState>,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected