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

Method WriteXMLGlobal

Source/CTest/cmCTestGlobalVC.cxx:91–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void cmCTestGlobalVC::WriteXMLGlobal(cmXMLWriter& xml)
92{
93 if (!this->NewRevision.empty()) {
94 xml.Element("Revision", this->NewRevision);
95 }
96 if (!this->OldRevision.empty() && this->OldRevision != this->NewRevision) {
97 xml.Element("PriorRevision", this->OldRevision);
98 }
99}
100
101bool cmCTestGlobalVC::WriteXMLUpdates(cmXMLWriter& xml)
102{

Callers 1

WriteXMLUpdatesMethod · 0.95

Calls 2

emptyMethod · 0.45
ElementMethod · 0.45

Tested by

no test coverage detected