MCPcopy Create free account
hub / github.com/apache/thrift / build

Method build

compiler/cpp/tests/catch/catch.hpp:9113–9116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9111 bool ResultBuilder::allowThrows() const { return getCurrentContext().getConfig()->allowThrows(); }
9112
9113 AssertionResult ResultBuilder::build() const
9114 {
9115 return build( *this );
9116 }
9117
9118 // CAVEAT: The returned AssertionResult stores a pointer to the argument expr,
9119 // a temporary DecomposedExpression, which in turn holds references to

Callers 1

assertionEndedMethod · 0.45

Calls 6

isFalseTestFunction · 0.85
AssertionResultClass · 0.85
negateMethod · 0.80
strMethod · 0.80
buildFunction · 0.50
isBinaryExpressionMethod · 0.45

Tested by

no test coverage detected