| 356 | } |
| 357 | |
| 358 | void BackendCommander::sendStateCommand() |
| 359 | { |
| 360 | IPC::CliCommands::GetState cmd; |
| 361 | connection_->sendCommand(cmd); |
| 362 | } |
| 363 | |
| 364 | void BackendCommander::onStateResponse(IPC::Command *command) |
| 365 | { |
nothing calls this directly
no test coverage detected