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

Method abort

packages/server/src/ws/connection.ts:57–57  ·  view source on GitHub ↗
(
    sessionId: string,
    promptId: string,
  )

Source from the content-addressed store, hash-verified

55
56export interface AbortHandler {
57 abort(
58 sessionId: string,
59 promptId: string,
60 ): Promise<{ aborted: boolean; at_seq?: number }>;

Callers 15

telemetry.test.tsFile · 0.65
shutdownMethod · 0.65
abortFromExternalFunction · 0.65
fetchWithTimeoutFunction · 0.65
generate.test.tsFile · 0.65
onMessagePartFunction · 0.65
mockStreamFunction · 0.65
onMessagePartFunction · 0.65
onMessagePartFunction · 0.65

Calls

no outgoing calls

Tested by 4

onMessagePartFunction · 0.52
mockStreamFunction · 0.52
onMessagePartFunction · 0.52
onMessagePartFunction · 0.52