MCPcopy Create free account
hub / github.com/codeaashu/claude-code / get

Method get

src/server/web/session-store.ts:69–71  ·  view source on GitHub ↗
(token: string)

Source from the content-addressed store, hash-verified

67 }
68
69 get(token: string): StoredSession | undefined {
70 return this.sessions.get(token);
71 }
72
73 /**
74 * Attach a new WebSocket to an existing session.

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected