MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / hasTrait

Method hasTrait

launcher/minecraft/LaunchProfile.cpp:292–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292bool LaunchProfile::hasTrait(const QString& trait) const
293{
294 return m_traits.contains(trait);
295}
296
297ProblemSeverity LaunchProfile::getProblemSeverity() const
298{

Callers 1

executeTaskMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected