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

Method writeObject

deps/catch2/catch_amalgamated.cpp:4536–4540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4534 }
4535
4536 JsonObjectWriter JsonArrayWriter::writeObject() {
4537 JsonUtils::appendCommaNewline(
4538 m_os, m_should_comma, m_indent_level + 1 );
4539 return JsonObjectWriter{ m_os, m_indent_level + 1 };
4540 }
4541
4542 JsonArrayWriter JsonArrayWriter::writeArray() {
4543 JsonUtils::appendCommaNewline(

Callers 12

writeSourceInfoFunction · 0.80
JsonReporterMethod · 0.80
testRunEndedMethod · 0.80
testCaseStartingMethod · 0.80
testCaseEndedMethod · 0.80
testCasePartialEndedMethod · 0.80
assertionEndedMethod · 0.80
listReportersMethod · 0.80
listListenersMethod · 0.80
listTestsMethod · 0.80
listTagsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected