()
| 36 | * Clear all registered post-sampling hooks (for testing) |
| 37 | */ |
| 38 | export function clearPostSamplingHooks(): void { |
| 39 | postSamplingHooks.length = 0 |
| 40 | } |
| 41 | |
| 42 | /** |
| 43 | * Execute all registered post-sampling hooks |
nothing calls this directly
no outgoing calls
no test coverage detected