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

Method printClosedHeader

tests/catch.hpp:13574–13577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13572}
13573
13574void ConsoleReporter::printClosedHeader(std::string const& _name) {
13575 printOpenHeader(_name);
13576 stream << getLineOfChars<'.'>() << '\n';
13577}
13578void ConsoleReporter::printOpenHeader(std::string const& _name) {
13579 stream << getLineOfChars<'-'>() << '\n';
13580 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected