MCPcopy Create free account
hub / github.com/QNapi/qnapi / readP7ZipOutput

Method readP7ZipOutput

libqnapi/src/utils/p7zipdecoder.cpp:71–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71QString P7ZipDecoder::readP7ZipOutput(const QStringList& args) const {
72 QProcess p7zip;
73 p7zip.start(p7zipPath, args);
74
75 p7zip.waitForFinished(operationTimeoutMsecs);
76
77 QString stdoutBuff = QByteArray(p7zip.readAll());
78
79 p7zip.close();
80
81 return stdoutBuff;
82}

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected