MCPcopy
hub / github.com/spicetify/cli / putDataLocal

Function putDataLocal

Extensions/trashbin.js:360–363  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

358 cntxMenu.register();
359
360 function putDataLocal() {
361 Spicetify.LocalStorage.set("TrashSongList", JSON.stringify(trashSongList));
362 Spicetify.LocalStorage.set("TrashArtistList", JSON.stringify(trashArtistList));
363 }
364
365 function copyItems() {
366 const data = {

Callers 4

settingsContentFunction · 0.85
trashbin.jsFile · 0.85
toggleThrowFunction · 0.85
importItemsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected