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

Method isLightFlagged

src/pluginlist.cpp:1011–1019  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1009}
1010
1011bool PluginList::isLightFlagged(const QString& name) const
1012{
1013 auto iter = m_ESPsByName.find(name);
1014 if (iter == m_ESPsByName.end()) {
1015 return false;
1016 } else {
1017 return m_ESPs[iter->second].isLightFlagged;
1018 }
1019}
1020
1021bool PluginList::hasNoRecords(const QString& name) const
1022{

Callers 1

updatePluginCountMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected