MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / ~AssertionHandler

Method ~AssertionHandler

unittests/catch.hpp:1553–1557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1551 StringRef capturedExpression,
1552 ResultDisposition::Flags resultDisposition );
1553 ~AssertionHandler() {
1554 if ( !m_completed ) {
1555 m_resultCapture.handleIncomplete( m_assertionInfo );
1556 }
1557 }
1558
1559 template<typename T>
1560 void handleExpr( ExprLhs<T> const& expr ) {

Callers

nothing calls this directly

Calls 1

handleIncompleteMethod · 0.80

Tested by

no test coverage detected