Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
200
struct SessionPath {
201
id: String,
202
}
203
204
async fn get_session(
205
State(state): State<AppState>,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected