Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JKPotato-Computer/SignMaker
/ deleteNestExitTab
Method
deleteNestExitTab
js/ExitTab.js:65–67 ·
view source on GitHub ↗
(index)
Source
from the content-addressed store, hash-verified
63
}
64
65
deleteNestExitTab(index) {
66
this.nestedExitTabs.splice(index, 1);
67
}
68
69
duplicateNestExitTab(index) {
70
const
exisitingTab = this.nestedExitTabs[index];
Callers
1
deleteNestExitTab
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected