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

Method createSession

packages/server-e2e/src/client.ts:211–213  ·  view source on GitHub ↗
(body: SessionCreate)

Source from the content-addressed store, hash-verified

209
210 // ── HTTP convenience surface ────────────────────────────────────────────
211 createSession(body: SessionCreate): Promise<Session> {
212 return this.http.createSession(body);
213 }
214 getSession(sid: string): Promise<Session> {
215 return this.http.getSession(sid);
216 }

Callers 12

mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95

Calls 1

createSessionMethod · 0.65

Tested by

no test coverage detected