Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moosync/Moosync
/ show_queue
Method
show_queue
src/store/ui_store.rs:92–94 ·
view source on GitHub ↗
(&mut self, show: bool)
Source
from the content-addressed store, hash-verified
90
self.playlist_sort_by
91
}
92
pub fn show_queue(&mut self, show: bool) {
93
self.show_queue = show;
94
}
95
96
pub fn get_show_queue(&self) -> bool {
97
self.show_queue
Callers
1
Sidebar
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected