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

Method get_current_time

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

Source from the content-addressed store, hash-verified

162
163 #[tracing::instrument(level = "debug", skip(self))]
164 pub fn get_current_time(&self) -> f64 {
165 self.data.player_details.current_time
166 }
167
168 #[tracing::instrument(level = "debug", skip(self))]
169 pub fn get_player_blacklist(&self) -> Vec<String> {

Callers 3

MusicInfoMobileFunction · 0.80
ControlsFunction · 0.80
SliderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected