MCPcopy Create free account
hub / github.com/cginternals/globjects / setting

Method setting

source/globjects/source/State.cpp:317–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317StateSetting * State::setting(const StateSettingType & type)
318{
319 const auto it = m_settings.find(type);
320
321 if (it == m_settings.end())
322 {
323 return nullptr;
324 }
325
326 return it->second;
327}
328
329const StateSetting * State::setting(const StateSettingType & type) const
330{

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected