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

Function prepareExpandedExpression

unittests/catch.hpp:11247–11249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11245
11246namespace Catch {
11247 void prepareExpandedExpression(AssertionResult& result) {
11248 result.getExpandedExpression();
11249 }
11250
11251 // Because formatting using c++ streams is stateful, drop down to C is required
11252 // Alternatively we could use stringstream, but its performance is... not good.

Callers 1

assertionEndedMethod · 0.85

Calls 1

getExpandedExpressionMethod · 0.80

Tested by

no test coverage detected