MCPcopy Create free account
hub / github.com/freecodexyz/free-code / removeSession

Function removeSession

src/bridge/bridgeUI.ts:519–521  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

517 },
518
519 removeSession(sessionId: string): void {
520 sessionDisplayInfo.delete(sessionId)
521 },
522
523 refreshDisplay(): void {
524 // Skip during reconnecting/failed — renderStatusLine clears then returns

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.80

Tested by

no test coverage detected