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

Method ModifyAtOrder

src/queue/Queue.cxx:68–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void
69Queue::ModifyAtOrder(unsigned _order) noexcept
70{
71 assert(_order < length);
72
73 unsigned position = order[_order];
74 ModifyAtPosition(position);
75}
76
77unsigned
78Queue::Append(DetachedSong &&song, uint8_t priority) noexcept

Callers 1

TagModifiedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected