MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / archiveSession

Method archiveSession

packages/server-e2e/src/client.ts:240–242  ·  view source on GitHub ↗
(sid: string)

Source from the content-addressed store, hash-verified

238 return this.http.undoSession(sid, body);
239 }
240 archiveSession(sid: string): Promise<{ archived: true }> {
241 return this.http.archiveSession(sid);
242 }
243 listChildren(
244 sid: string,
245 query?: { page_size?: number; before_id?: string; after_id?: string; status?: Session['status'] },

Callers 11

mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95

Calls 1

archiveSessionMethod · 0.65

Tested by

no test coverage detected