Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ instanceType
Method
instanceType
launcher/BaseInstance.cpp:282–285 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
280
}
281
282
QString BaseInstance::instanceType() const
283
{
284
return m_settings->get(
"InstanceType"
).toString();
285
}
286
287
QString BaseInstance::instanceRoot() const
288
{
Callers
nothing calls this directly
Calls
2
toString
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected