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

Method printResultType

unittests/catch.hpp:11676–11681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11674
11675private:
11676 void printResultType() const {
11677 if (!passOrFail.empty()) {
11678 Colour colourGuard(colour);
11679 stream << passOrFail << ":\n";
11680 }
11681 }
11682 void printOriginalExpression() const {
11683 if (result.hasExpression()) {
11684 Colour colourGuard(Colour::OriginalExpression);

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected