MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / shouldDisplay

Method shouldDisplay

launcher/ui/pages/instance/LogPage.cpp:267–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267bool LogPage::shouldDisplay() const
268{
269 return m_instance->isRunning() || m_proxy->rowCount() > 0;
270}
271
272void LogPage::on_btnPaste_clicked()
273{

Callers

nothing calls this directly

Calls 2

isRunningMethod · 0.45
rowCountMethod · 0.45

Tested by

no test coverage detected