MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / printOpenHeader

Method printOpenHeader

unittests/catch.hpp:12060–12066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12058 stream << getLineOfChars<'.'>() << '\n';
12059}
12060void ConsoleReporter::printOpenHeader(std::string const& _name) {
12061 stream << getLineOfChars<'-'>() << '\n';
12062 {
12063 Colour colourGuard(Colour::Headers);
12064 printHeaderString(_name);
12065 }
12066}
12067
12068// if string has a : in first line will set indent to follow it on
12069// subsequent lines

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected