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

Method remove_from_library

src/utils/context_menu.rs:123–125  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

121
122 #[tracing::instrument(level = "debug", skip(self))]
123 pub fn remove_from_library(&self) {
124 remove_songs_from_library(self.current_or_list(), self.refresh_cb.clone());
125 }
126
127 #[tracing::instrument(level = "debug", skip(self, id))]
128 pub fn add_to_playlist(&self, id: String) {

Callers 1

get_menu_itemsMethod · 0.80

Calls 4

remove_playlistFunction · 0.85
current_or_listMethod · 0.80
cloneMethod · 0.80

Tested by

no test coverage detected