MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / append

Method append

source/core/StarDirectives.cpp:319–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319void DirectivesGroup::append(Directives const& directives) {
320 m_directives.emplace_back(directives);
321 m_count += m_directives.back().size();
322}
323
324void DirectivesGroup::clear() {
325 m_directives.clear();

Callers 1

addToStringMethod · 0.45

Calls 3

emplace_backMethod · 0.45
sizeMethod · 0.45
backMethod · 0.45

Tested by

no test coverage detected