MCPcopy Create free account
hub / github.com/cirquit/trdrop / ScopedMessage

Method ScopedMessage

ext/catch.hpp:8164–8169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8162 ////////////////////////////////////////////////////////////////////////////
8163
8164 ScopedMessage::ScopedMessage( MessageBuilder const& builder )
8165 : m_info( builder.m_info )
8166 {
8167 m_info.message = builder.m_stream.str();
8168 getResultCapture().pushScopedMessage( m_info );
8169 }
8170 ScopedMessage::ScopedMessage( ScopedMessage const& other )
8171 : m_info( other.m_info )
8172 {}

Callers

nothing calls this directly

Calls 1

pushScopedMessageMethod · 0.80

Tested by

no test coverage detected