Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ getSession
Method
getSession
src/server/web/session-manager.ts:95–97 ·
view source on GitHub ↗
(token: string)
Source
from the content-addressed store, hash-verified
93
}
94
95
getSession(token: string) {
96
return
this.store.get(token);
97
}
98
99
listSessions() {
100
return
this.store.list();
Callers
2
createAdminRouter
Function · 0.80
pty-server.ts
File · 0.80
Calls
1
get
Method · 0.65
Tested by
no test coverage detected