MCPcopy Index your code
hub / github.com/codeaashu/claude-code / listSessions

Method listSessions

src/server/web/session-manager.ts:99–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 }
98
99 listSessions() {
100 return this.store.list();
101 }
102
103 /** All sessions in the shape expected by the admin dashboard. */
104 getAllSessions(): Array<{ id: string; userId: string; createdAt: number }> {

Callers

nothing calls this directly

Calls 1

listMethod · 0.65

Tested by

no test coverage detected