* Retrieves the value associated with the specified key if it exists. * Otherwise returns `Option.none`.
(key: Key)
| 105 | * Otherwise returns `Option.none`. |
| 106 | */ |
| 107 | getOption(key: Key): Effect.Effect<Option.Option<Value>, Error> |
| 108 | |
| 109 | /** |
| 110 | * Retrieves the value associated with the specified key if it exists and the |
no outgoing calls
no test coverage detected