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

Method getResumeState

packages/node-sdk/src/session.ts:69–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 getResumeState(): ResumedSessionState | undefined {
70 this.ensureOpen();
71 return this.resumeState;
72 }
73
74 async reloadSession(options?: ReloadSessionOptions): Promise<ResumedSessionSummary> {
75 this.ensureOpen();

Callers 8

config.test.tsFile · 0.80
replayHistoryMethod · 0.80
finishStartupMethod · 0.80
switchToSessionMethod · 0.80
hydrateFromReplayMethod · 0.80

Calls 1

ensureOpenMethod · 0.95

Tested by

no test coverage detected