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

Method pushScopedMessage

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

Source from the content-addressed store, hash-verified

8665}
8666
8667void RunContext::pushScopedMessage(MessageInfo const &message) {
8668 m_messages.push_back(message);
8669}
8670
8671void RunContext::popScopedMessage(MessageInfo const &message) {
8672 m_messages.erase(std::remove(m_messages.begin(), m_messages.end(), message), m_messages.end());

Callers 1

ScopedMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected