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

Method printResultType

unittests/catch.hpp:11430–11438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11428 }
11429
11430 void printResultType(Colour::Code colour, std::string const& passOrFail) const {
11431 if (!passOrFail.empty()) {
11432 {
11433 Colour colourGuard(colour);
11434 stream << ' ' << passOrFail;
11435 }
11436 stream << ':';
11437 }
11438 }
11439
11440 void printIssue(std::string const& issue) const {
11441 stream << ' ' << issue;

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected