MCPcopy 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
70bool PluginListProxy::isMaster(const QString& name) const
71{
72 return m_Proxied->isMasterFlagged(name);
73}
74
75QStringList PluginListProxy::masters(const QString& name) const
76{

Callers 1

ESPInfoMethod · 0.80

Calls 1

isMasterFlaggedMethod · 0.45

Tested by

no test coverage detected