MCPcopy 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
309qint64 BaseInstance::lastLaunch() const
310{
311 return m_settings->get("lastLaunchTime").value<qint64>();
312}
313
314void BaseInstance::setLastLaunch(qint64 val)
315{

Callers 1

subSortLessThanMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected