MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / printSummaryDivider

Method printSummaryDivider

tests/catch.hpp:13690–13692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13688 stream << '\n';
13689}
13690void ConsoleReporter::printSummaryDivider() {
13691 stream << getLineOfChars<'-'>() << '\n';
13692}
13693
13694CATCH_REGISTER_REPORTER("console", ConsoleReporter)
13695

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected