Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ destroyAll
Method
destroyAll
src/server/web/session-store.ts:192–196 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
190
}
191
192
destroyAll(): void {
193
for
(
const
token of [...this.sessions.keys()]) {
194
this.destroy(token);
195
}
196
}
197
}
Callers
3
shutdown
Function · 0.45
shutdown
Function · 0.45
session-manager.test.ts
File · 0.45
Calls
2
destroy
Method · 0.95
keys
Method · 0.80
Tested by
no test coverage detected