MCPcopy Create free account
hub / github.com/RenderKit/oidn / pushScopedMessage

Method pushScopedMessage

external/catch.hpp:12884–12886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12882#endif // CATCH_CONFIG_ENABLE_BENCHMARKING
12883
12884 void RunContext::pushScopedMessage(MessageInfo const & message) {
12885 m_messages.push_back(message);
12886 }
12887
12888 void RunContext::popScopedMessage(MessageInfo const & message) {
12889 m_messages.erase(std::remove(m_messages.begin(), m_messages.end(), message), m_messages.end());

Callers 2

ScopedMessageMethod · 0.80
captureValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected