| 35 | } |
| 36 | |
| 37 | void TaskViewVisibilityMonitor::ResetViewService() noexcept |
| 38 | { |
| 39 | s_ViewService.reset(); |
| 40 | } |
| 41 | |
| 42 | TaskViewVisibilityMonitor::unique_view_service TaskViewVisibilityMonitor::LoadViewService() noexcept |
| 43 | { |
nothing calls this directly
no outgoing calls
no test coverage detected