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

Method PreAttribute

Source/cmXMLWriter.cxx:119–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void cmXMLWriter::PreAttribute()
120{
121 assert(this->ElementOpen);
122 this->ConditionalLineBreak(this->BreakAttrib);
123 if (!this->BreakAttrib) {
124 this->Output << ' ';
125 }
126}
127
128void cmXMLWriter::PreContent()
129{

Callers 1

AttributeMethod · 0.95

Calls 1

ConditionalLineBreakMethod · 0.95

Tested by

no test coverage detected