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

Method add_to_playlist

src/utils/context_menu.rs:128–130  ·  view source on GitHub ↗
(&self, id: String)

Source from the content-addressed store, hash-verified

126
127 #[tracing::instrument(level = "debug", skip(self, id))]
128 pub fn add_to_playlist(&self, id: String) {
129 add_to_playlist(id, self.current_or_list());
130 }
131
132 #[tracing::instrument(level = "debug", skip(self))]
133 pub fn goto_album(&self) {

Callers 1

get_menu_itemsMethod · 0.45

Calls 2

add_to_playlistFunction · 0.85
current_or_listMethod · 0.80

Tested by

no test coverage detected