Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
292
bool LaunchProfile::hasTrait(const QString& trait) const
293
{
294
return m_traits.contains(trait);
295
}
296
297
ProblemSeverity LaunchProfile::getProblemSeverity() const
298
{
Callers
1
executeTask
Method · 0.80
Calls
1
contains
Method · 0.45
Tested by
no test coverage detected