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

Function newNestExitTab

js/main.js:249–255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

247
248 // Create a new nested exit tab within the parent exit tab.
249 const newNestExitTab = function() {
250 const exitTab = post.panels[currentlySelectedPanelIndex].exitTabs[currentlySelectedExitTabIndex];
251 exitTab.nestExitTab();
252 currentlySelectedNestedExitTabIndex = exitTab.nestedExitTabs.length - 1;
253 updateForm();
254 redraw();
255 }
256
257 // Create a duplicate of the exit tab.
258 const duplicateExitTab = function(exitTabIndex) {

Callers

nothing calls this directly

Calls 3

nestExitTabMethod · 0.80
updateFormFunction · 0.70
redrawFunction · 0.70

Tested by

no test coverage detected