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