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

Method printOriginalExpression

unittests/catch.hpp:11455–11459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11453 }
11454
11455 void printOriginalExpression() const {
11456 if (result.hasExpression()) {
11457 stream << ' ' << result.getExpression();
11458 }
11459 }
11460
11461 void printReconstructedExpression() const {
11462 if (result.hasExpandedExpression()) {

Callers

nothing calls this directly

Calls 2

hasExpressionMethod · 0.80
getExpressionMethod · 0.80

Tested by

no test coverage detected