(ws: WebSocket, error: unknown)
| 622 | wasClean: boolean |
| 623 | ): void | Promise<void> |
| 624 | webSocketError?(ws: WebSocket, error: unknown): void | Promise<void> |
| 625 | } |
| 626 | type DurableObjectStub< |
| 627 | T extends Rpc.DurableObjectBranded | undefined = undefined |
nothing calls this directly
no outgoing calls
no test coverage detected