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

Class

api/src/services/tokenStorage.ts:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13// In-memory storage (replace with database for production)
14class TokenStorage {
15 private sessions = new Map<string, UserSession>();
16
17 // Store a user session

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected