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

Method printOpenHeader

tests/catch.hpp:13578–13584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13576 stream << getLineOfChars<'.'>() << '\n';
13577}
13578void ConsoleReporter::printOpenHeader(std::string const& _name) {
13579 stream << getLineOfChars<'-'>() << '\n';
13580 {
13581 Colour colourGuard(Colour::Headers);
13582 printHeaderString(_name);
13583 }
13584}
13585
13586// if string has a : in first line will set indent to follow it on
13587// subsequent lines

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected