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