MCPcopy Create free account
hub / github.com/RenderKit/embree / prepareExpandedExpression

Function prepareExpandedExpression

tutorials/external/catch.hpp:13037–13039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13035
13036namespace Catch {
13037 void prepareExpandedExpression(AssertionResult& result) {
13038 result.getExpandedExpression();
13039 }
13040
13041 // Because formatting using c++ streams is stateful, drop down to C is required
13042 // 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