| 223 | } |
| 224 | |
| 225 | CommandResult |
| 226 | handle_clear(Client &client, [[maybe_unused]] Request args, [[maybe_unused]] Response &r) |
| 227 | { |
| 228 | client.GetPartition().ClearQueue(); |
| 229 | return CommandResult::OK; |
| 230 | } |
| 231 | |
| 232 | CommandResult |
| 233 | handle_plchanges(Client &client, Request args, Response &r) |
nothing calls this directly
no test coverage detected