MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / shouldStopOnConsoleOverflow

Function shouldStopOnConsoleOverflow

launcher/BaseInstance.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69bool shouldStopOnConsoleOverflow(SettingsObject* settings)
70{
71 return settings->get("ConsoleOverflowStop").toBool();
72}
73
74BaseInstance::BaseInstance(SettingsObject* globalSettings, std::unique_ptr<SettingsObject> settings, const QString& rootDir) : QObject()
75{

Callers 4

ApplicationMethod · 0.85
getLogModelMethod · 0.85
OtherLogsPageMethod · 0.85
reloadMethod · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected