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

Method removeSession

api/src/services/sessionStore.ts:52–54  ·  view source on GitHub ↗

* Remove a session from Redis * @param sessionId The session ID

(sessionId: string)

Source from the content-addressed store, hash-verified

50 * @param sessionId The session ID
51 */
52 async removeSession(sessionId: string): Promise<void> {
53 await redis.del(`session:${sessionId}`);
54 }
55
56 /**
57 * Update an existing session with new data

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected