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

Method on_stdOut

launcher/LoggedProcess.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

reprocessFunction · 0.85

Tested by

no test coverage detected