MCPcopy
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

shutdownFunction · 0.45
shutdownFunction · 0.45

Calls 2

destroyMethod · 0.95
keysMethod · 0.80

Tested by

no test coverage detected