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

Method printConfiguration

source/base/StarConfiguration.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19String Configuration::printConfiguration() const {
20 MutexLocker locker(m_mutex);
21 return m_currentConfig.printJson(2, true);
22}
23
24Json Configuration::get(String const& key, Json def) const {
25 MutexLocker locker(m_mutex);

Callers 1

writeConfigMethod · 0.80

Calls 1

printJsonMethod · 0.45

Tested by

no test coverage detected