MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / ScopedMessage

Method ScopedMessage

Bcore/src/main/cpp/Dobby/tests/catch.hpp:7960–7963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7958////////////////////////////////////////////////////////////////////////////
7959
7960ScopedMessage::ScopedMessage(MessageBuilder const &builder) : m_info(builder.m_info) {
7961 m_info.message = builder.m_stream.str();
7962 getResultCapture().pushScopedMessage(m_info);
7963}
7964
7965ScopedMessage::~ScopedMessage() {
7966 if (!uncaught_exceptions()) {

Callers

nothing calls this directly

Calls 2

pushScopedMessageMethod · 0.80
strMethod · 0.45

Tested by

no test coverage detected