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

Method forkSession

packages/server-e2e/src/http.ts:222–224  ·  view source on GitHub ↗
(sid: string, body: ForkSessionRequest = {})

Source from the content-addressed store, hash-verified

220 );
221 }
222 forkSession(sid: string, body: ForkSessionRequest = {}): Promise<Session> {
223 return this.request('POST', `/sessions/${encodeURIComponent(sid)}:fork`, body);
224 }
225 compactSession(
226 sid: string,
227 body: CompactSessionRequest = {},

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected