()
| 54 | * This scope is applied to _all_ events. |
| 55 | */ |
| 56 | export function getGlobalScope(): Scope { |
| 57 | return getGlobalSingleton('globalScope', () => new Scope()); |
| 58 | } |
| 59 | |
| 60 | /** |
| 61 | * Creates a new scope with and executes the given operation within. |
no test coverage detected