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

Method get_player_state

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

Source from the content-addressed store, hash-verified

122
123 #[tracing::instrument(level = "debug", skip(self))]
124 pub fn get_player_state(&self) -> PlayerState {
125 self.data.player_details.state
126 }
127
128 #[tracing::instrument(level = "debug", skip(self))]
129 pub fn get_queue_len(&self) -> usize {

Callers 6

AppFunction · 0.80
MusicInfoMobileFunction · 0.80
MusicInfoFunction · 0.80
ControlsFunction · 0.80
load_audioMethod · 0.80
listen_player_stateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected