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

Method captureValue

external/catch.hpp:11922–11927  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11920 }
11921
11922 void Capturer::captureValue( size_t index, std::string const& value ) {
11923 assert( index < m_messages.size() );
11924 m_messages[index].message += value;
11925 m_resultCapture.pushScopedMessage( m_messages[index] );
11926 m_captured++;
11927 }
11928
11929} // end namespace Catch
11930// end catch_message.cpp

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.80
pushScopedMessageMethod · 0.80

Tested by

no test coverage detected