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

Method toString

source/core/StarDirectives.cpp:334–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334String DirectivesGroup::toString() const {
335 String string;
336 addToString(string);
337 return string;
338}
339
340void DirectivesGroup::addToString(String& string) const {
341 for (auto& entry : m_directives) {

Callers 1

StarDirectives.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected