MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / on_stdOut

Method on_stdOut

launcher/LoggedProcess.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void LoggedProcess::on_stdOut()
81{
82 auto lines = reprocess(readAllStandardOutput(), m_out_decoder);
83 emit log(lines, MessageLevel::StdOut);
84}
85
86void LoggedProcess::on_exit(int exit_code, QProcess::ExitStatus status)
87{

Callers

nothing calls this directly

Calls 1

reprocessFunction · 0.85

Tested by

no test coverage detected