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

Function prepareExpandedExpression

external/catch.hpp:15757–15759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15755
15756namespace Catch {
15757 void prepareExpandedExpression(AssertionResult& result) {
15758 result.getExpandedExpression();
15759 }
15760
15761 // Because formatting using c++ streams is stateful, drop down to C is required
15762 // 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