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

Method getCursor

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

Source from the content-addressed store, hash-verified

51 }>;
52
53 getCursor(sessionId: string): Promise<{ seq: number; epoch: string }>;
54}
55
56export interface AbortHandler {

Callers 7

editor.test.tsFile · 0.65
services.test.tsFile · 0.65
syncSessionsMethod · 0.65
computeArgumentHintMethod · 0.65

Implementers 2

StubBroadcastpackages/server/test/snapshotService.u
WSBroadcastServicepackages/server/src/services/gateway/w

Calls

no outgoing calls

Tested by

no test coverage detected