MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / popScopedMessage

Method popScopedMessage

extern/Catch2/catch.hpp:12897–12899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12895 }
12896
12897 void RunContext::popScopedMessage(MessageInfo const & message) {
12898 m_messages.erase(std::remove(m_messages.begin(), m_messages.end(), message), m_messages.end());
12899 }
12900
12901 void RunContext::emplaceUnscopedMessage( MessageBuilder const& builder ) {
12902 m_messageScopes.emplace_back( builder );

Callers 2

~ScopedMessageMethod · 0.80
~CapturerMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected