Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
String Configuration::printConfiguration() const {
20
MutexLocker locker(m_mutex);
21
return m_currentConfig.printJson(2, true);
22
}
23
24
Json Configuration::get(String const& key, Json def) const {
25
MutexLocker locker(m_mutex);
Callers
1
writeConfig
Method · 0.80
Calls
1
printJson
Method · 0.45
Tested by
no test coverage detected