| 174 | [[maybe_unused]] unsigned int new_position_y) {} |
| 175 | |
| 176 | void backend_interface::draw_background( |
| 177 | [[maybe_unused]] const std::array<float, 4> &color) {} |
| 178 | |
| 179 | void backend_interface::draw_rectangle( |
| 180 | [[maybe_unused]] const double x1, [[maybe_unused]] const double x2, |
nothing calls this directly
no outgoing calls
no test coverage detected