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

Method GetQuiet

Source/CTest/cmCTestGenericHandler.h:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 void SetAppendXML(bool b) { this->AppendXML = b; }
56 void SetQuiet(bool b) { this->Quiet = b; }
57 bool GetQuiet() { return this->Quiet; }
58 void SetTestLoad(unsigned long load) { this->TestLoad = load; }
59 unsigned long GetTestLoad() const { return this->TestLoad; }
60

Callers 2

MemCheckPostProcessMethod · 0.45
ForkProcessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected