MCPcopy Index your code
hub / github.com/spicetify/cli / register

Method register

jsHelper/spicetifyWrapper.js:2815–2818  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2813 return this._active;
2814 }
2815 register() {
2816 buttonsStash.add(this.element);
2817 rightContainer?.prepend(this.element);
2818 }
2819 deregister() {
2820 buttonsStash.delete(this.element);
2821 this.element.remove();

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected