MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / ~ScopedMessage

Method ~ScopedMessage

tests/catch.hpp:9383–9387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9381 }
9382
9383 ScopedMessage::~ScopedMessage() {
9384 if ( !uncaught_exceptions() ){
9385 getResultCapture().popScopedMessage(m_info);
9386 }
9387 }
9388
9389 Capturer::Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, StringRef names ) {
9390 auto trimmed = [&] (size_t start, size_t end) {

Callers

nothing calls this directly

Calls 2

uncaught_exceptionsFunction · 0.85
popScopedMessageMethod · 0.80

Tested by

no test coverage detected