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

Method get_repeat

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

Source from the content-addressed store, hash-verified

152
153 #[tracing::instrument(level = "debug", skip(self))]
154 pub fn get_repeat(&self) -> RepeatModes {
155 self.data.player_details.repeat
156 }
157
158 #[tracing::instrument(level = "debug", skip(self))]
159 pub fn get_force_seek(&self) -> f64 {

Callers 2

ControlsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected