MCPcopy Index your code
hub / github.com/JKPotato-Computer/SignMaker / removeExitTab

Function removeExitTab

js/main.js:267–273  ·  view source on GitHub ↗
(exitTabIndex)

Source from the content-addressed store, hash-verified

265
266 // Delete the exit tab.
267 const removeExitTab = function(exitTabIndex) {
268 const panel = post.panels[currentlySelectedPanelIndex];
269 panel.deleteExitTab(exitTabIndex);
270 currentlySelectedExitTabIndex--
271 updateForm();
272 redraw();
273 }
274
275 // Delete the exit tab within the parent exitTab
276 const deleteNestExitTab = function(nestExitTabIndex) {

Callers

nothing calls this directly

Calls 3

deleteExitTabMethod · 0.80
updateFormFunction · 0.70
redrawFunction · 0.70

Tested by

no test coverage detected