MCPcopy Create free account
hub / github.com/BingyanStudio/github-analyzer / getSession

Method getSession

api/src/services/tokenStorage.ts:23–25  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

21
22 // Retrieve a user session
23 getSession(sessionId: string): UserSession | undefined {
24 return this.sessions.get(sessionId);
25 }
26
27 // Remove a session
28 removeSession(sessionId: string): boolean {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected