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

Method operator()

unittests/catch.hpp:9425–9427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9423 struct OutputDebugWriter {
9424
9425 void operator()( std::string const&str ) {
9426 writeToDebugConsole( str );
9427 }
9428 };
9429
9430 ///////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

writeToDebugConsoleFunction · 0.85

Tested by

no test coverage detected