MCPcopy Create free account
hub / github.com/RenderKit/embree / scopedElement

Method scopedElement

tutorials/external/catch.hpp:12948–12952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12946 }
12947
12948 XmlWriter::ScopedElement XmlWriter::scopedElement( std::string const& name ) {
12949 ScopedElement scoped( this );
12950 startElement( name );
12951 return scoped;
12952 }
12953
12954 XmlWriter& XmlWriter::endElement() {
12955 newlineIfNecessary();

Callers 9

writeGroupMethod · 0.80
writeSectionMethod · 0.80
writeAssertionMethod · 0.80
testRunStartingMethod · 0.80
assertionEndedMethod · 0.80
sectionEndedMethod · 0.80
testCaseEndedMethod · 0.80
testGroupEndedMethod · 0.80
testRunEndedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected