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

Method ~Capturer

extlibs/catch/include/catch/catch.hpp:11426–11432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11424 m_messages.back().message += " := ";
11425 }
11426 Capturer::~Capturer() {
11427 if ( !uncaught_exceptions() ){
11428 assert( m_captured == m_messages.size() );
11429 for( size_t i = 0; i < m_captured; ++i )
11430 m_resultCapture.popScopedMessage( m_messages[i] );
11431 }
11432 }
11433
11434 void Capturer::captureValue( size_t index, std::string const& value ) {
11435 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