MCPcopy 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
88bool BaseInstance::shouldStopOnConsoleOverflow() const
89{
90 return settings()->get("ConsoleOverflowStop").toBool();
91}
92
93void BaseInstance::iconUpdated(QString key)
94{

Callers 1

getLogModelMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected