(options?: DurableObjectListOptions)
| 708 | options?: DurableObjectGetOptions |
| 709 | ): Promise<Map<string, T>> |
| 710 | list<T = unknown>(options?: DurableObjectListOptions): Promise<Map<string, T>> |
| 711 | put<T>( |
| 712 | key: string, |
| 713 | value: T, |
nothing calls this directly
no outgoing calls
no test coverage detected