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

Method resumeSession

packages/agent-core/src/rpc/core-impl.ts:360–362  ·  view source on GitHub ↗
(input: ResumeSessionPayload)

Source from the content-addressed store, hash-verified

358 }
359
360 async resumeSession(input: ResumeSessionPayload): Promise<ResumeSessionResult> {
361 return this.resumeSessionWithOverrides(input, {});
362 }
363
364 async resumeSessionWithOverrides(
365 input: ResumeSessionPayload,

Callers 12

forkSessionMethod · 0.95
runtime.test.tsFile · 0.45
submitMethod · 0.45
startBtwMethod · 0.45
_requireLoadedSessionMethod · 0.45
getSessionWarningsMethod · 0.45
compactMethod · 0.45
undoMethod · 0.45
_resumeSessionMethod · 0.45

Calls 1

Tested by

no test coverage detected