* Invalidates the resource associated with the key.
(key: K)
| 88 | get(key: K): Layer.Layer<I, E> |
| 89 | |
| 90 | /** |
| 91 | * Retrieves the context associated with the key. |
| 92 | */ |
| 93 | contextEffect(key: K): Effect.Effect<Context.Context<I>, E, Scope.Scope> |
no outgoing calls
no test coverage detected