MCPcopy Create free account
hub / github.com/Kitware/CMake / UVPipeOutEnd

Method UVPipeOutEnd

Source/cmWorkerPool.cxx:340–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340void cmUVReadOnlyProcess::UVPipeOutEnd(ssize_t error)
341{
342 // Process pipe error
343 if ((error != 0) && !this->Result()->error()) {
344 this->Result()->ErrorMessage = cmStrCat(
345 "Reading from stdout pipe failed with libuv error code ", error);
346 }
347 // Try finish
348 this->UVTryFinish();
349}
350
351void cmUVReadOnlyProcess::UVPipeErrData(cmUVPipeBuffer::DataRange data) const
352{

Callers 1

startMethod · 0.95

Calls 4

ResultMethod · 0.95
UVTryFinishMethod · 0.95
cmStrCatFunction · 0.70
errorMethod · 0.45

Tested by

no test coverage detected