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

Method storeSession

api/src/services/tokenStorage.ts:18–20  ·  view source on GitHub ↗
(sessionId: string, session: UserSession)

Source from the content-addressed store, hash-verified

16
17 // Store a user session
18 storeSession(sessionId: string, session: UserSession): void {
19 this.sessions.set(sessionId, session);
20 }
21
22 // Retrieve a user session
23 getSession(sessionId: string): UserSession | undefined {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected