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

Method Finish

Source/cmUVProcessChain.cxx:411–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409}
410
411void cmUVProcessChain::InternalData::Finish()
412{
413 this->TempOutputPipe.reset();
414 this->TempErrorPipe.reset();
415 this->Valid = true;
416}
417
418void cmUVProcessChain::InternalData::Terminate()
419{

Callers 2

StartMethod · 0.45
SpawnProcessMethod · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected