()
| 1440 | } |
| 1441 | |
| 1442 | export function clearRegisteredHooks(): void { |
| 1443 | STATE.registeredHooks = null |
| 1444 | } |
| 1445 | |
| 1446 | export function clearRegisteredPluginHooks(): void { |
| 1447 | if (!STATE.registeredHooks) { |
nothing calls this directly
no outgoing calls
no test coverage detected