MCPcopy Create free account
hub / github.com/catchorg/Catch2 / operator()

Method operator()

extras/catch_amalgamated.cpp:4589–4593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4587 struct OutputDebugWriter {
4588
4589 void operator()( std::string const& str ) {
4590 if ( !str.empty() ) {
4591 writeToDebugConsole( str );
4592 }
4593 }
4594 };
4595
4596 ///////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 2

writeToDebugConsoleFunction · 0.70
emptyMethod · 0.45

Tested by

no test coverage detected