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

Method setWebSocketAutoResponse

worker-configuration.d.ts:445–445  ·  view source on GitHub ↗
(maybeReqResp?: WebSocketRequestResponsePair)

Source from the content-addressed store, hash-verified

443 acceptWebSocket(ws: WebSocket, tags?: string[]): void;
444 getWebSockets(tag?: string): WebSocket[];
445 setWebSocketAutoResponse(maybeReqResp?: WebSocketRequestResponsePair): void;
446 getWebSocketAutoResponse(): WebSocketRequestResponsePair | null;
447 getWebSocketAutoResponseTimestamp(ws: WebSocket): Date | null;
448 setHibernatableWebSocketEventTimeout(timeoutMs?: number): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected