Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ shouldStopOnConsoleOverflow
Method
shouldStopOnConsoleOverflow
launcher/BaseInstance.cpp:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
bool BaseInstance::shouldStopOnConsoleOverflow() const
89
{
90
return settings()->get(
"ConsoleOverflowStop"
).toBool();
91
}
92
93
void BaseInstance::iconUpdated(QString key)
94
{
Callers
1
getLogModel
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected