MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / captureValue

Method captureValue

test/expected/catch.hpp:11796–11801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11794 }
11795
11796 void Capturer::captureValue( size_t index, std::string const& value ) {
11797 assert( index < m_messages.size() );
11798 m_messages[index].message += value;
11799 m_resultCapture.pushScopedMessage( m_messages[index] );
11800 m_captured++;
11801 }
11802
11803} // end namespace Catch
11804// end catch_message.cpp

Callers

nothing calls this directly

Calls 2

pushScopedMessageMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected