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

Method removeItem

jsHelper/spicetifyWrapper.js:2260–2263  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

2258 this._setItems?.(this._items);
2259 }
2260 removeItem(item) {
2261 this._items.delete(item);
2262 this._setItems?.(this._items);
2263 }
2264
2265 register() {
2266 registerItem(this._element, this.shouldAdd);

Callers 4

expFeatures.jsFile · 0.80
CacheButtonFunction · 0.80
corsProxyTemplateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected