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

Function storeTrack

Extensions/bookmark.js:309–311  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

307 }
308
309 function storeTrack() {
310 LIST.addToStorage(getTrackMeta());
311 }
312
313 function storeTrackWithTime() {
314 const meta = getTrackMeta();

Callers

nothing calls this directly

Calls 2

getTrackMetaFunction · 0.85
addToStorageMethod · 0.80

Tested by

no test coverage detected