(options?: DurableObjectListOptions)
| 737 | options?: DurableObjectGetOptions |
| 738 | ): Promise<Map<string, T>> |
| 739 | list<T = unknown>(options?: DurableObjectListOptions): Promise<Map<string, T>> |
| 740 | put<T>( |
| 741 | key: string, |
| 742 | value: T, |
nothing calls this directly
no outgoing calls
no test coverage detected