MCPcopy Create free account
hub / github.com/XJTU-Graphics/dandelion / writeArray

Method writeArray

deps/catch2/catch_amalgamated.cpp:4542–4546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4540 }
4541
4542 JsonArrayWriter JsonArrayWriter::writeArray() {
4543 JsonUtils::appendCommaNewline(
4544 m_os, m_should_comma, m_indent_level + 1 );
4545 return JsonArrayWriter{ m_os, m_indent_level + 1 };
4546 }
4547
4548 JsonArrayWriter& JsonArrayWriter::write( bool value ) {
4549 return writeImpl( value );

Callers 6

testCaseStartingMethod · 0.80
listReportersMethod · 0.80
listListenersMethod · 0.80
listTestsMethod · 0.80
listTagsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected