()
| 29 | private currentContext: Context = ROOT_CONTEXT |
| 30 | |
| 31 | active(): Context { |
| 32 | return this.currentContext |
| 33 | } |
| 34 | |
| 35 | with<A extends unknown[], F extends (...args: A) => ReturnType<F>>( |
| 36 | newContext: Context, |
no outgoing calls
no test coverage detected