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

Method get

source/base/StarConfiguration.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24Json Configuration::get(String const& key, Json def) const {
25 MutexLocker locker(m_mutex);
26 return m_currentConfig.get(key, def);
27}
28
29Json Configuration::getPath(String const& path, Json def) const {
30 MutexLocker locker(m_mutex);

Callers 15

AnimatedPartSetMethod · 0.45
setStateTypeEnabledMethod · 0.45
setEnabledStateTypesMethod · 0.45
stateTypeEnabledMethod · 0.45
statesMethod · 0.45
setActiveStateMethod · 0.45
restartStateMethod · 0.45
activeStateIndexMethod · 0.45
setActiveStateIndexMethod · 0.45
updateMethod · 0.45
finishAnimationsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected