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

Method isMasterFlagged

src/pluginlist.cpp:991–999  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

989}
990
991bool PluginList::isMasterFlagged(const QString& name) const
992{
993 auto iter = m_ESPsByName.find(name);
994 if (iter == m_ESPsByName.end()) {
995 return false;
996 } else {
997 return m_ESPs[iter->second].isMasterFlagged;
998 }
999}
1000
1001bool PluginList::isMediumFlagged(const QString& name) const
1002{

Callers 1

updatePluginCountMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected