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

Method ScopedMessage

test/expected/catch.hpp:11712–11717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11710 ////////////////////////////////////////////////////////////////////////////
11711
11712 ScopedMessage::ScopedMessage( MessageBuilder const& builder )
11713 : m_info( builder.m_info ), m_moved()
11714 {
11715 m_info.message = builder.m_stream.str();
11716 getResultCapture().pushScopedMessage( m_info );
11717 }
11718
11719 ScopedMessage::ScopedMessage( ScopedMessage&& old )
11720 : m_info( old.m_info ), m_moved()

Callers

nothing calls this directly

Calls 2

strMethod · 0.80
pushScopedMessageMethod · 0.80

Tested by

no test coverage detected