()
| 94 | export function noop(): void |
| 95 | export function noop(): undefined |
| 96 | export function noop() {} |
| 97 | |
| 98 | export function functionalUpdate<TInput, TOutput>( |
| 99 | updater: Updater<TInput, TOutput>, |
nothing calls this directly
no outgoing calls
no test coverage detected