Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
export
interface
AbortHandler {
Callers
7
editor.test.ts
File · 0.65
snapshot.e2e.test.ts
File · 0.65
services.test.ts
File · 0.65
syncSessions
Method · 0.65
expandPasteMarkerAtCursor
Method · 0.65
computeArgumentHint
Method · 0.65
reopenAutocompleteAfterInput
Method · 0.65
Implementers
2
StubBroadcast
packages/server/test/snapshotService.u
WSBroadcastService
packages/server/src/services/gateway/w
Calls
no outgoing calls
Tested by
no test coverage detected