(ref: Context.Reference<I, A>)
| 478 | } |
| 479 | |
| 480 | getRef<I, A>(ref: Context.Reference<I, A>): A { |
| 481 | return InternalContext.unsafeGetReference(this.context, ref) |
| 482 | } |
| 483 | |
| 484 | addObserver(cb: (exit: MicroExit<A, E>) => void): () => void { |
| 485 | if (this._exit) { |
no outgoing calls
no test coverage detected