Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
267
bool LogPage::shouldDisplay() const
268
{
269
return m_instance->isRunning() || m_proxy->rowCount() > 0;
270
}
271
272
void LogPage::on_btnPaste_clicked()
273
{
Callers
nothing calls this directly
Calls
2
isRunning
Method · 0.45
rowCount
Method · 0.45
Tested by
no test coverage detected