| 218 | |
| 219 | auto Sorcery::Controller::set_busy(const bool value) -> void { |
| 220 | |
| 221 | _busy = value; |
| 222 | } |
| 223 | auto Sorcery::Controller::get_busy() const -> bool { |
| 224 | |
| 225 | return _busy; |
| 226 | } |
nothing calls this directly
no outgoing calls
no test coverage detected