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

Method problems

src/plugincontainer.cpp:222–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222std::vector<IPluginRequirement::Problem> PluginRequirements::problems() const
223{
224 std::vector<IPluginRequirement::Problem> result;
225 for (auto& requirement : m_Requirements) {
226 if (auto p = requirement->check(m_Organizer)) {
227 result.push_back(*p);
228 }
229 }
230 return result;
231}
232
233bool PluginRequirements::canEnable() const
234{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected