(callback: () => Promise<T>)
| 446 | readonly storage: DurableObjectStorage; |
| 447 | container?: Container; |
| 448 | blockConcurrencyWhile<T>(callback: () => Promise<T>): Promise<T>; |
| 449 | acceptWebSocket(ws: WebSocket, tags?: string[]): void; |
| 450 | getWebSockets(tag?: string): WebSocket[]; |
| 451 | setWebSocketAutoResponse(maybeReqResp?: WebSocketRequestResponsePair): void; |
nothing calls this directly
no outgoing calls
no test coverage detected