MCPcopy Create free account
hub / github.com/idosal/git-mcp / getWebSocketAutoResponse

Method getWebSocketAutoResponse

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

Source from the content-addressed store, hash-verified

450 getWebSockets(tag?: string): WebSocket[];
451 setWebSocketAutoResponse(maybeReqResp?: WebSocketRequestResponsePair): void;
452 getWebSocketAutoResponse(): WebSocketRequestResponsePair | null;
453 getWebSocketAutoResponseTimestamp(ws: WebSocket): Date | null;
454 setHibernatableWebSocketEventTimeout(timeoutMs?: number): void;
455 getHibernatableWebSocketEventTimeout(): number | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected