(options?: DurableObjectListOptions)
| 587 | readonly id: DurableObjectId; |
| 588 | readonly storage: DurableObjectStorage; |
| 589 | container?: Container; |
| 590 | facets: DurableObjectFacets; |
| 591 | blockConcurrencyWhile<T>(callback: () => Promise<T>): Promise<T>; |
| 592 | acceptWebSocket(ws: WebSocket, tags?: string[]): void; |
nothing calls this directly
no outgoing calls
no test coverage detected