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

Method printExpressionWas

unittests/catch.hpp:11444–11453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11442 }
11443
11444 void printExpressionWas() {
11445 if (result.hasExpression()) {
11446 stream << ';';
11447 {
11448 Colour colour(dimColour());
11449 stream << " expression was:";
11450 }
11451 printOriginalExpression();
11452 }
11453 }
11454
11455 void printOriginalExpression() const {
11456 if (result.hasExpression()) {

Callers

nothing calls this directly

Calls 2

dimColourFunction · 0.85
hasExpressionMethod · 0.80

Tested by

no test coverage detected