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

Method printClosedHeader

unittests/catch.hpp:12056–12059  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12054}
12055
12056void ConsoleReporter::printClosedHeader(std::string const& _name) {
12057 printOpenHeader(_name);
12058 stream << getLineOfChars<'.'>() << '\n';
12059}
12060void ConsoleReporter::printOpenHeader(std::string const& _name) {
12061 stream << getLineOfChars<'-'>() << '\n';
12062 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected