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

Method getWebSocketAutoResponse

worker-configuration.d.ts:446–446  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;
449 getHibernatableWebSocketEventTimeout(): number | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected