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

Method GetWriter

Source/CTest/cmUVJobServerClient.cxx:358–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358uv_stream_t* ImplPosix::GetWriter() const
359{
360 switch (this->Conn) {
361 case Connection::FDs:
362 return this->ConnWrite;
363 case Connection::FIFO:
364 return this->ConnFIFO;
365 default:
366 return nullptr;
367 }
368}
369
370uv_stream_t* ImplPosix::GetReader() const
371{

Callers 2

SendTokenMethod · 0.95
cmDebuggerAdapterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected