()
| 45 | } |
| 46 | |
| 47 | public disable() { |
| 48 | this.#getRuntimeManager().disable(); |
| 49 | unregisterGlobal(API_NAME); |
| 50 | } |
| 51 | |
| 52 | #getRuntimeManager(): RuntimeManager { |
| 53 | return getGlobal(API_NAME) ?? NOOP_RUNTIME_MANAGER; |
nothing calls this directly
no test coverage detected