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

Method OnReadCB

Source/CTest/cmProcess.cxx:215–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215void cmProcess::OnReadCB(uv_stream_t* stream, ssize_t nread,
216 uv_buf_t const* buf)
217{
218 auto* self = static_cast<cmProcess*>(stream->data);
219 self->OnRead(nread, buf);
220}
221
222void cmProcess::OnRead(ssize_t nread, uv_buf_t const* buf)
223{

Callers

nothing calls this directly

Calls 1

OnReadMethod · 0.95

Tested by

no test coverage detected