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

Method exportSession

packages/node-sdk/src/kimi-harness.ts:211–218  ·  view source on GitHub ↗
(input: ExportSessionInput)

Source from the content-addressed store, hash-verified

209 }
210
211 async exportSession(input: ExportSessionInput): Promise<ExportSessionResult> {
212 const result = await this.rpc.exportSession({
213 ...input,
214 version: input.version ?? this.identity?.version,
215 });
216 this.trackSessionEvent(input.id, 'export');
217 return result;
218 }
219
220 async listSessions(options: ListSessionsOptions = {}): Promise<readonly SessionSummary[]> {
221 return this.rpc.listSessions(options);

Callers 10

exportSessionFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
handleExportFunction · 0.45
createDefaultExportDepsFunction · 0.45

Calls 1

trackSessionEventMethod · 0.95

Tested by

no test coverage detected