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

Method origin

src/pluginlist.cpp:961–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

959}
960
961QString PluginList::origin(const QString& name) const
962{
963 auto iter = m_ESPsByName.find(name);
964 if (iter == m_ESPsByName.end()) {
965 return QString();
966 } else {
967 return m_ESPs[iter->second].originName;
968 }
969}
970
971bool PluginList::hasMasterExtension(const QString& name) const
972{

Callers 7

PluginListContextMenuMethod · 0.45
openOriginExplorerMethod · 0.45
openOriginInformationMethod · 0.45
onDoubleClickedMethod · 0.45
eventMethod · 0.45
updateMethod · 0.45
createItemMethod · 0.45

Calls 3

QStringClass · 0.85
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected