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

Class SessionPath

server/src/server/routes.rs:200–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198
199#[derive(Deserialize)]
200struct SessionPath {
201 id: String,
202}
203
204async fn get_session(
205 State(state): State<AppState>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected