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

Function resumeSession

packages/node-sdk/src/rpc.ts:149–152  ·  view source on GitHub ↗
(input: ResumeSessionInput)

Source from the content-addressed store, hash-verified

147 }
148
149 async resumeSession(input: ResumeSessionInput): Promise<ResumedSessionSummary> {
150 const rpc = await this.getRpc();
151 return rpc.resumeSession({ ...input, sessionId: input.id });
152 }
153
154 async resumeSessionWithKaos(
155 input: ResumeSessionInput,

Callers

nothing calls this directly

Calls 2

getRpcMethod · 0.45
resumeSessionMethod · 0.45

Tested by

no test coverage detected