MCPcopy Create free account
hub / github.com/Profactor/cv-plot / printOpenHeader

Method printOpenHeader

CvPlot/ext/catch2/inc/catch.hpp:16322–16328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16320 stream << getLineOfChars<'.'>() << '\n';
16321}
16322void ConsoleReporter::printOpenHeader(std::string const& _name) {
16323 stream << getLineOfChars<'-'>() << '\n';
16324 {
16325 Colour colourGuard(Colour::Headers);
16326 printHeaderString(_name);
16327 }
16328}
16329
16330// if string has a : in first line will set indent to follow it on
16331// subsequent lines

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected