MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / scopedElement

Method scopedElement

tests/framework/src/doctest.cpp:2234–2238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2232 }
2233
2234 XmlWriter::ScopedElement XmlWriter::scopedElement( std::string const& name ) {
2235 ScopedElement scoped( this );
2236 startElement( name );
2237 return scoped;
2238 }
2239
2240 XmlWriter& XmlWriter::endElement() {
2241 newlineIfNecessary();

Callers 8

log_contextsMethod · 0.80
report_queryMethod · 0.80
test_run_startMethod · 0.80
test_run_endMethod · 0.80
test_case_exceptionMethod · 0.80
log_assertMethod · 0.80
log_messageMethod · 0.80
test_run_endMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected