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

Method ~Capturer

lib/catch2/catch.hpp:11925–11931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11923 m_messages.back().message += " := ";
11924 }
11925 Capturer::~Capturer() {
11926 if ( !uncaught_exceptions() ){
11927 assert( m_captured == m_messages.size() );
11928 for( size_t i = 0; i < m_captured; ++i )
11929 m_resultCapture.popScopedMessage( m_messages[i] );
11930 }
11931 }
11932
11933 void Capturer::captureValue( size_t index, std::string const& value ) {
11934 assert( index < m_messages.size() );

Callers

nothing calls this directly

Calls 3

uncaught_exceptionsFunction · 0.85
popScopedMessageMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected