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

Method operator()

Bcore/src/main/cpp/Dobby/tests/catch.hpp:9340–9342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9338struct OutputDebugWriter {
9339
9340 void operator()(std::string const &str) {
9341 writeToDebugConsole(str);
9342 }
9343};
9344
9345///////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

writeToDebugConsoleFunction · 0.85

Tested by

no test coverage detected