Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ isMaster
Method
isMaster
src/pluginlistproxy.cpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
bool PluginListProxy::isMaster(const QString& name) const
71
{
72
return m_Proxied->isMasterFlagged(name);
73
}
74
75
QStringList PluginListProxy::masters(const QString& name) const
76
{
Callers
1
ESPInfo
Method · 0.80
Calls
1
isMasterFlagged
Method · 0.45
Tested by
no test coverage detected