MCPcopy 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
324void DirectivesGroup::clear() {
325 m_directives.clear();
326 m_count = 0;
327}
328
329DirectivesGroup& DirectivesGroup::operator+=(Directives const& other) {
330 append(other);

Callers 2

StarDirectives.cppFile · 0.45
DirectivesGroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected