MCPcopy Create free account
hub / github.com/donghaxkim/react-rewrite / SketchServer

Interface SketchServer

packages/cli/src/server.ts:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26interface SketchServer {
27 wss: WebSocketServer;
28 close: () => void;
29 getActiveClient: () => WebSocket | null;
30}
31
32export function attachUndoIdsToBatchResults(
33 results: Array<{ op: BatchOperation["op"]; file: string; line: number; success: boolean; error?: string }>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected