Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
Json Configuration::currentConfiguration() const {
15
MutexLocker locker(m_mutex);
16
return m_currentConfig;
17
}
18
19
String Configuration::printConfiguration() const {
20
MutexLocker locker(m_mutex);
Callers
1
writeConfig
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected