* Retrieves a Runtime for the resources associated with the key.
(key: K)
| 51 | * Retrieves a Runtime for the resources associated with the key. |
| 52 | */ |
| 53 | runtime(key: K): Effect.Effect<Runtime.Runtime<I>, E, Scope.Scope> |
| 54 | |
| 55 | /** |
| 56 | * Invalidates the resource associated with the key. |
no outgoing calls
no test coverage detected