MCPcopy Create free account
hub / github.com/MultiMC/Launcher / on_stdOut

Method on_stdOut

launcher/LoggedProcess.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void LoggedProcess::on_stdOut()
40{
41 auto lines = reprocess(readAllStandardOutput(), m_out_leftover);
42 emit log(lines, MessageLevel::StdOut);
43}
44
45void LoggedProcess::on_exit(int exit_code, QProcess::ExitStatus status)
46{

Callers

nothing calls this directly

Calls 1

reprocessFunction · 0.85

Tested by

no test coverage detected