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