MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / captureValue

Method captureValue

tests/catch.hpp:9441–9446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9439 }
9440
9441 void Capturer::captureValue( size_t index, std::string const& value ) {
9442 assert( index < m_messages.size() );
9443 m_messages[index].message += value;
9444 m_resultCapture.pushScopedMessage( m_messages[index] );
9445 m_captured++;
9446 }
9447
9448} // end namespace Catch
9449// end catch_message.cpp

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.80
pushScopedMessageMethod · 0.80

Tested by

no test coverage detected