MCPcopy Create free account

hub / github.com/aabiji/muse / functions

Functions31 in github.com/aabiji/muse

↓ 9 callersFunctionlog
(msg: String, log_type: LogType)
src/util.rs:10
↓ 2 callersMethodcache_elapsed_time
(&mut self)
src/audio.rs:180
↓ 2 callersFunctionhome_path
(entry: &str)
src/util.rs:38
↓ 2 callersMethodplay
(&mut self)
src/audio.rs:190
↓ 2 callersFunctionread_data
(stream: &mut TcpStream)
src/ipc.rs:51
↓ 2 callersMethodrun
(&mut self)
src/ipc.rs:110
↓ 2 callersFunctionsave
(config: &Config)
src/config.rs:52
↓ 2 callersMethodstop
(&mut self, save_config: bool)
src/audio.rs:235
↓ 2 callersFunctionwrite_data
(stream: &mut TcpStream, data: Vec<u8>)
src/ipc.rs:43
↓ 1 callersMethodclamp_seek_start
(&mut self, duration: u64, total_duration: u64)
src/config.rs:38
↓ 1 callersMethoddetermine_starting_track
(&mut self)
src/audio.rs:116
↓ 1 callersMethoddownload
Download an mp3 file using the supplied url into the default audio directory
src/ipc.rs:185
↓ 1 callersMethodhandle_request
(&mut self, mut stream: TcpStream)
src/ipc.rs:78
↓ 1 callersMethodinit
(&mut self)
src/audio.rs:51
↓ 1 callersFunctionis_supported_codec
(file: &Path)
src/util.rs:45
↓ 1 callersFunctionload
()
src/config.rs:92
↓ 1 callersMethodload_tracks
(&mut self)
src/audio.rs:65
↓ 1 callersMethodpause
(&mut self)
src/audio.rs:219
↓ 1 callersMethodread_tracks
(&mut self, directory: &Path)
src/audio.rs:86
↓ 1 callersMethodsend_request
(&self, r: Command)
src/ipc.rs:154
↓ 1 callersMethodupdate
Install the latest version of this binary
src/ipc.rs:169
↓ 1 callersFunctionvalidate_config
(mut config: Config)
src/config.rs:57
Functionformat_time
(d: Duration)
src/util.rs:19
Methodget_current_track
(&self)
src/audio.rs:174
Methodis_running
()
src/ipc.rs:128
Functionmain
()
src/main.rs:15
Methodnew
()
src/config.rs:28
Methodnew
()
src/audio.rs:32
Methodnew
()
src/ipc.rs:72
Methodplay_tracks
( sink: Arc<Mutex<Sink>>, tracks: Vec<PathBuf>, mut initial_start: Duration, c
src/audio.rs:139
Methodspawn_background_process
()
src/ipc.rs:135