Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ lastLaunch
Method
lastLaunch
launcher/BaseInstance.cpp:309–312 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
307
}
308
309
qint64 BaseInstance::lastLaunch() const
310
{
311
return m_settings->get(
"lastLaunchTime"
).value<qint64>();
312
}
313
314
void BaseInstance::setLastLaunch(qint64 val)
315
{
Callers
1
subSortLessThan
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected