Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
335
void cmUVReadOnlyProcess::UVPipeOutData(cmUVPipeBuffer::DataRange data) const
336
{
337
this->Result()->StdOut.append(data.begin(), data.end());
338
}
339
340
void cmUVReadOnlyProcess::UVPipeOutEnd(ssize_t error)
341
{
Callers
1
start
Method · 0.95
Calls
4
Result
Method · 0.95
append
Method · 0.80
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected