MCPcopy 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
191bool BaseInstance::shouldStopOnConsoleOverflow() const
192{
193 return m_settings->get("ConsoleOverflowStop").toBool();
194}
195
196QStringList BaseInstance::getLinkedInstances() const
197{

Callers 1

getLogModelMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected