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

Function reloadSession

packages/node-sdk/src/rpc.ts:164–170  ·  view source on GitHub ↗
(input: ReloadSessionRpcInput)

Source from the content-addressed store, hash-verified

162 }
163
164 async reloadSession(input: ReloadSessionRpcInput): Promise<ResumedSessionSummary> {
165 const rpc = await this.getRpc();
166 return rpc.reloadSession({
167 sessionId: input.sessionId,
168 forcePluginSessionStartReminder: input.forcePluginSessionStartReminder,
169 });
170 }
171
172 async forkSession(input: ForkSessionInput): Promise<SessionSummary> {
173 const rpc = await this.getRpc();

Callers

nothing calls this directly

Calls 2

getRpcMethod · 0.45
reloadSessionMethod · 0.45

Tested by

no test coverage detected