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

Function duplicateShield

js/main copy.js:222–227  ·  view source on GitHub ↗
(shieldIndex)

Source from the content-addressed store, hash-verified

220 };
221
222 const duplicateShield = function(shieldIndex) {
223 const sign = post.panels[currentlySelectedPanelIndex].sign;
224 sign.duplicateShield(shieldIndex);
225 updateShieldSubform();
226 redraw();
227 }
228
229 const importData = function(data) {
230 var newData = data.split("+");

Callers 1

updateShieldSubformFunction · 0.70

Calls 3

duplicateShieldMethod · 0.80
updateShieldSubformFunction · 0.70
redrawFunction · 0.70

Tested by

no test coverage detected