MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / hideAPICounter

Method hideAPICounter

src/settings.cpp:2256–2259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2254}
2255
2256bool InterfaceSettings::hideAPICounter() const
2257{
2258 return get<bool>(m_Settings, "Settings", "hide_api_counter", false);
2259}
2260
2261void InterfaceSettings::setHideAPICounter(bool b)
2262{

Callers 2

NexusSettingsTabMethod · 0.80
checkSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected