Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ shouldStopOnConsoleOverflow
Method
shouldStopOnConsoleOverflow
launcher/BaseInstance.cpp:180–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
}
179
180
bool BaseInstance::shouldStopOnConsoleOverflow() const
181
{
182
return m_settings->get(
"ConsoleOverflowStop"
).toBool();
183
}
184
185
void BaseInstance::iconUpdated(QString key)
186
{
Callers
1
getLogModel
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected