MCPcopy
hub / github.com/p-e-w/argos / removeButtons

Method removeButtons

argos@pew.worldwidemann.com/extension.js:109–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107}
108
109removeButtons() {
110 for (let i = 0; i < this.buttons.length; i++) {
111 this.buttons[i].destroy();
112 }
113 this.buttons = [];
114}
115}

Callers 2

enableMethod · 0.95
disableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected