Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ destroyAll
Method
destroyAll
src/server/web/session-manager.ts:325–327 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
323
}
324
325
destroyAll(): void {
326
this.store.destroyAll();
327
}
328
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected