()
| 93 | * Respects the allowManagedHooksOnly setting |
| 94 | */ |
| 95 | export function captureHooksConfigSnapshot(): void { |
| 96 | initialHooksConfig = getHooksFromAllowedSources() |
| 97 | } |
| 98 | |
| 99 | /** |
| 100 | * Update the hooks configuration snapshot |
no test coverage detected