MCPcopy
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

createAdminRouterFunction · 0.80
pty-server.tsFile · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected