(
key: string,
options?: DurableObjectGetOptions
)
| 700 | } |
| 701 | interface DurableObjectTransaction { |
| 702 | get<T = unknown>( |
| 703 | key: string, |
| 704 | options?: DurableObjectGetOptions |
| 705 | ): Promise<T | undefined> |
nothing calls this directly
no outgoing calls
no test coverage detected