MCPcopy Create free account
hub / github.com/acoyfellow/UserDO / acceptWebSocket

Method acceptWebSocket

worker-configuration.d.ts:443–443  ·  view source on GitHub ↗
(ws: WebSocket, tags?: string[])

Source from the content-addressed store, hash-verified

441 container?: Container;
442 blockConcurrencyWhile<T>(callback: () => Promise<T>): Promise<T>;
443 acceptWebSocket(ws: WebSocket, tags?: string[]): void;
444 getWebSockets(tag?: string): WebSocket[];
445 setWebSocketAutoResponse(maybeReqResp?: WebSocketRequestResponsePair): void;
446 getWebSocketAutoResponse(): WebSocketRequestResponsePair | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected