MCPcopy Create free account
hub / github.com/MusicPlayerDaemon/MPD / handle_clear

Function handle_clear

src/command/QueueCommands.cxx:225–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ClearQueueMethod · 0.80

Tested by

no test coverage detected