MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / current

Method current

launcher/ui/pages/instance/VersionPage.cpp:513–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511}
512
513ComponentPtr VersionPage::current()
514{
515 auto row = currentRow();
516 if (row < 0) {
517 return nullptr;
518 }
519 return m_profile->getComponent(row);
520}
521
522int VersionPage::currentRow()
523{

Callers

nothing calls this directly

Calls 1

getComponentMethod · 0.80

Tested by

no test coverage detected