MCPcopy Create free account
hub / github.com/catchorg/Catch2 / writeObject

Method writeObject

extras/catch_amalgamated.cpp:4777–4781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4775 }
4776
4777 JsonObjectWriter JsonArrayWriter::writeObject() {
4778 JsonUtils::appendCommaNewline(
4779 m_os, m_should_comma, m_indent_level + 1 );
4780 return JsonObjectWriter{ m_os, m_indent_level + 1 };
4781 }
4782
4783 JsonArrayWriter JsonArrayWriter::writeArray() {
4784 JsonUtils::appendCommaNewline(

Callers 13

Json.tests.cppFile · 0.45
writeSourceInfoFunction · 0.45
JsonReporterMethod · 0.45
testRunEndedMethod · 0.45
testCaseStartingMethod · 0.45
testCaseEndedMethod · 0.45
testCasePartialEndedMethod · 0.45
assertionEndedMethod · 0.45
listReportersMethod · 0.45
listListenersMethod · 0.45
listTestsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected