| 208 | } |
| 209 | |
| 210 | bool WindowWrapper::is_window_available() const { |
| 211 | return window != nullptr; |
| 212 | } |
| 213 | |
| 214 | bool WindowWrapper::get_window_enabled() const { |
| 215 | return is_window_available() ? window->is_visible() : false; |
no outgoing calls
no test coverage detected