Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ instanceType
Method
instanceType
launcher/BaseInstance.cpp:320–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
318
}
319
320
QString BaseInstance::instanceType() const
321
{
322
return m_settings->get(
"InstanceType"
).toString();
323
}
324
325
QString BaseInstance::instanceRoot() const
326
{
Callers
nothing calls this directly
Calls
2
toString
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected