MCPcopy Create free account
hub / github.com/FedeCarollo/jukebox-cli / PlaybackState

Class PlaybackState

src/jukebox_state.rs:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73#[derive(Debug, Clone)]
74pub struct PlaybackState {
75 song: SongItem,
76 start_time: Instant,
77 elapsed_before_pause: Duration,
78 is_paused: bool,
79}
80
81#[allow(dead_code)]
82impl PlaybackState {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected