MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / ~ScopedMessage

Method ~ScopedMessage

extlibs/catch/include/catch/catch.hpp:11363–11367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11361 }
11362
11363 ScopedMessage::~ScopedMessage() {
11364 if ( !uncaught_exceptions() && !m_moved ){
11365 getResultCapture().popScopedMessage(m_info);
11366 }
11367 }
11368
11369 Capturer::Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, StringRef names ) {
11370 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