MCPcopy
hub / github.com/codeaashu/claude-code / getAll

Method getAll

src/server/web/session-store.ts:184–186  ·  view source on GitHub ↗

Returns all raw StoredSession objects (used internally by SessionManager).

()

Source from the content-addressed store, hash-verified

182
183 /** Returns all raw StoredSession objects (used internally by SessionManager). */
184 getAll(): StoredSession[] {
185 return [...this.sessions.values()];
186 }
187
188 get size(): number {
189 return this.sessions.size;

Callers 2

flushFunction · 0.80
getAllSessionsMethod · 0.80

Calls 1

valuesMethod · 0.80

Tested by

no test coverage detected