MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / hasExplicitColorSetFor

Method hasExplicitColorSetFor

src/content/SkyConfig.cpp:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70
71bool SkyConfig::hasExplicitColorSetFor(const std::string& world) const
72{
73 auto it = m_SkyDayColorsPerWorld.find(Utils::uppered(world));
74
75 return it != m_SkyDayColorsPerWorld.end();
76}
77
78
79const SkyConfig::SkyDayColorSet& SkyConfig::getExplicitColorSetFor(const std::string& world) const

Callers

nothing calls this directly

Calls 2

findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected