MCPcopy Create free account
hub / github.com/JKPotato-Computer/SignMaker / deleteSubPanel

Method deleteSubPanel

js/Sign.js:179–181  ·  view source on GitHub ↗

* Deletes a subpanel * @param {number} subPanelIndex - you already know lol

(subPanelIndex)

Source from the content-addressed store, hash-verified

177 */
178
179 deleteSubPanel(subPanelIndex) {
180 this.subPanels.splice(subPanelIndex, 1);
181 }
182
183 duplicateSubPanel(subPanelIndex) {
184 const existingSubPanel = this.subPanels[subPanelIndex];

Callers 1

removeSubPanelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected