MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / ScopedMessage

Method ScopedMessage

unittests/catch.hpp:8168–8173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8166 ////////////////////////////////////////////////////////////////////////////
8167
8168 ScopedMessage::ScopedMessage( MessageBuilder const& builder )
8169 : m_info( builder.m_info )
8170 {
8171 m_info.message = builder.m_stream.str();
8172 getResultCapture().pushScopedMessage( m_info );
8173 }
8174
8175 ScopedMessage::~ScopedMessage() {
8176 if ( !uncaught_exceptions() ){

Callers

nothing calls this directly

Calls 2

pushScopedMessageMethod · 0.80
strMethod · 0.45

Tested by

no test coverage detected