MCPcopy Create free account
hub / github.com/Moosync/Moosync / get_queue

Method get_queue

src/store/player_store.rs:119–121  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

117
118 #[tracing::instrument(level = "debug", skip(self))]
119 pub fn get_queue(&self) -> Queue {
120 self.data.queue.clone()
121 }
122
123 #[tracing::instrument(level = "debug", skip(self))]
124 pub fn get_player_state(&self) -> PlayerState {

Callers 3

AppFunction · 0.80
MusicInfoFunction · 0.80

Calls 1

cloneMethod · 0.80

Tested by

no test coverage detected