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

Method printMessage

unittests/catch.hpp:11471–11476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11469 }
11470
11471 void printMessage() {
11472 if (itMessage != messages.end()) {
11473 stream << " '" << itMessage->message << '\'';
11474 ++itMessage;
11475 }
11476 }
11477
11478 void printRemainingMessages(Colour::Code colour = dimColour()) {
11479 if (itMessage == messages.end())

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected