MCPcopy Create free account
hub / github.com/FidoProject/Fido / printExpressionWas

Method printExpressionWas

tests/catch.h:10072–10081  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10070 }
10071
10072 void printExpressionWas() {
10073 if( result.hasExpression() ) {
10074 stream << ";";
10075 {
10076 Colour colour( dimColour() );
10077 stream << " expression was:";
10078 }
10079 printOriginalExpression();
10080 }
10081 }
10082
10083 void printOriginalExpression() const {
10084 if( result.hasExpression() ) {

Callers

nothing calls this directly

Calls 1

hasExpressionMethod · 0.80

Tested by

no test coverage detected