Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Openpanel-dev/openpanel
/ close
Method
close
packages/mcp/src/session-manager.ts:51–53 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
49
}
50
51
async
close(id: string): Promise<void> {
52
await
this.deleteContext(id);
53
}
54
55
async
destroy(): Promise<void> {
56
// No-op: sessions are in Redis, not in-process
Callers
15
streamNdjson
Method · 0.80
session-manager.test.ts
File · 0.80
main
Function · 0.80
main
Function · 0.80
exitHandler
Function · 0.80
wsProjectEvents
Function · 0.80
wsProjectNotifications
Function · 0.80
wsOrganizationEvents
Function · 0.80
shutdown
Function · 0.80
insights.router.test.ts
File · 0.80
mcpRouter
Function · 0.80
test-setup.ts
File · 0.80
Calls
1
deleteContext
Method · 0.95
Tested by
no test coverage detected