NOLINTNEXTLINE(readability-make-member-function-const)
| 208 | |
| 209 | // NOLINTNEXTLINE(readability-make-member-function-const) |
| 210 | bool Window::close() { |
| 211 | bool temp = true; |
| 212 | AF_THROW(af_is_window_closed(&temp, get())); |
| 213 | return temp; |
| 214 | } |
| 215 | |
| 216 | // NOLINTNEXTLINE(readability-make-member-function-const) |
| 217 | void Window::setVisibility(const bool isVisible) { |
no test coverage detected