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

Method removeSession

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

Source from the content-addressed store, hash-verified

26
27 // Remove a session
28 removeSession(sessionId: string): boolean {
29 return this.sessions.delete(sessionId);
30 }
31
32 // Check if token needs refresh and refresh it
33 async refreshIfNeeded(sessionId: string): Promise<boolean> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected