MCPcopy Create free account
hub / github.com/apache/trafficserver / ~ScopedMessage

Method ~ScopedMessage

lib/catch2/catch.hpp:11862–11866  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11860 }
11861
11862 ScopedMessage::~ScopedMessage() {
11863 if ( !uncaught_exceptions() && !m_moved ){
11864 getResultCapture().popScopedMessage(m_info);
11865 }
11866 }
11867
11868 Capturer::Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, StringRef names ) {
11869 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