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

Class

packages/server-e2e/src/ws.ts:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 * for the pattern this is ported from).
58 */
59export class WsClient {
60 private ws: WsWebSocket | null = null;
61 private readonly _queue: AnyFrame[] = [];
62 private readonly _waiters: PendingWaiter[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected