Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ clearNetElements
Method
clearNetElements
source/core/StarNetElementGroup.cpp:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
void NetElementGroup::clearNetElements() {
15
m_elements.clear();
16
}
17
18
void NetElementGroup::initNetVersion(NetElementVersion const* version) {
19
m_version = version;
Callers
1
setupTechModules
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected