Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ delete
Method
delete
src/server/web/auth/adapter.ts:117–119 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
115
}
116
117
delete(id: string): void {
118
this.sessions.delete(id);
119
}
120
121
// ── Cookie signing ────────────────────────────────────────────────────────
122
Callers
nothing calls this directly
Calls
1
delete
Method · 0.65
Tested by
no test coverage detected