Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JKPotato-Computer/SignMaker
/ newSubPanel
Method
newSubPanel
js/Sign.js:169–172 ·
view source on GitHub ↗
* Creates a new subpanel
()
Source
from the content-addressed store, hash-verified
167
*/
168
169
newSubPanel() {
170
const
new_subPanel =
new
SubPanels();
171
this.subPanels.push(new_subPanel);
172
}
173
174
/**
175
* Deletes a subpanel
Callers
2
newPanel
Method · 0.95
addSubPanel
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected