MCPcopy 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
180bool BaseInstance::shouldStopOnConsoleOverflow() const
181{
182 return m_settings->get("ConsoleOverflowStop").toBool();
183}
184
185void BaseInstance::iconUpdated(QString key)
186{

Callers 1

getLogModelMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected