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

Method UVPipeOutData

Source/cmWorkerPool.cxx:335–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335void cmUVReadOnlyProcess::UVPipeOutData(cmUVPipeBuffer::DataRange data) const
336{
337 this->Result()->StdOut.append(data.begin(), data.end());
338}
339
340void cmUVReadOnlyProcess::UVPipeOutEnd(ssize_t error)
341{

Callers 1

startMethod · 0.95

Calls 4

ResultMethod · 0.95
appendMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected