MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / lastLaunch

Method lastLaunch

launcher/BaseInstance.cpp:359–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359qint64 BaseInstance::lastLaunch() const
360{
361 return m_settings->get("lastLaunchTime").value<qint64>();
362}
363
364void BaseInstance::setLastLaunch(qint64 val)
365{

Callers 1

subSortLessThanMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected