| 17 | export type IsMutatingAccessor = ValueAccessor<number> & { destroy: () => void } |
| 18 | |
| 19 | class IsMutatingController extends BaseController<number> { |
| 20 | private queryClient: QueryClient | undefined |
| 21 | private unsubscribe: (() => void) | undefined |
| 22 |
nothing calls this directly
no outgoing calls
no test coverage detected