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

Method currentConfiguration

source/base/StarConfiguration.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14Json Configuration::currentConfiguration() const {
15 MutexLocker locker(m_mutex);
16 return m_currentConfig;
17}
18
19String Configuration::printConfiguration() const {
20 MutexLocker locker(m_mutex);

Callers 1

writeConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected