(
key: string,
options?: DurableObjectGetOptions
)
| 729 | } |
| 730 | interface DurableObjectStorage { |
| 731 | get<T = unknown>( |
| 732 | key: string, |
| 733 | options?: DurableObjectGetOptions |
| 734 | ): Promise<T | undefined> |
nothing calls this directly
no outgoing calls
no test coverage detected