MCPcopy Create free account
hub / github.com/ERGO-Code/HiGHS / prepareExpandedExpression

Function prepareExpandedExpression

extern/catch/catch.hpp:16404–16406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16402
16403namespace Catch {
16404void prepareExpandedExpression(AssertionResult& result) {
16405 result.getExpandedExpression();
16406}
16407
16408// Because formatting using c++ streams is stateful, drop down to C is required
16409// 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