Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ clear
Method
clear
source/core/StarDirectives.cpp:324–327 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
322
}
323
324
void DirectivesGroup::clear() {
325
m_directives.clear();
326
m_count = 0;
327
}
328
329
DirectivesGroup& DirectivesGroup::operator+=(Directives const& other) {
330
append(other);
Callers
2
StarDirectives.cpp
File · 0.45
DirectivesGroup
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected