MCPcopy Create free account
hub / github.com/RenderKit/embree / captureValue

Method captureValue

tutorials/external/catch.hpp:9673–9678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9671 }
9672
9673 void Capturer::captureValue( size_t index, std::string const& value ) {
9674 assert( index < m_messages.size() );
9675 m_messages[index].message += value;
9676 m_resultCapture.pushScopedMessage( m_messages[index] );
9677 m_captured++;
9678 }
9679
9680} // end namespace Catch
9681// end catch_message.cpp

Callers

nothing calls this directly

Calls 2

pushScopedMessageMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected