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

Method nestExitTab

js/ExitTab.js:60–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 nestExitTab() {
61 const exitTab = new ExitTab();
62 this.nestedExitTabs.push(exitTab);
63 }
64
65 deleteNestExitTab(index) {
66 this.nestedExitTabs.splice(index, 1);

Callers 1

newNestExitTabFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected