Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ shouldStopOnConsoleOverflow
Method
shouldStopOnConsoleOverflow
launcher/BaseInstance.cpp:191–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
}
190
191
bool BaseInstance::shouldStopOnConsoleOverflow() const
192
{
193
return m_settings->get(
"ConsoleOverflowStop"
).toBool();
194
}
195
196
QStringList BaseInstance::getLinkedInstances() const
197
{
Callers
1
getLogModel
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected