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

Method operator()

lib/catch2/catch.hpp:13684–13686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13682 struct OutputDebugWriter {
13683
13684 void operator()( std::string const&str ) {
13685 writeToDebugConsole( str );
13686 }
13687 };
13688
13689 ///////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

writeToDebugConsoleFunction · 0.85

Tested by

no test coverage detected