MCPcopy Create free account
hub / github.com/XTXMarkets/ternfs / DebugOutputWindowReporter

Method DebugOutputWindowReporter

cpp/tests/doctest.h:6354–6355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6352 DOCTEST_THREAD_LOCAL static std::ostringstream oss;
6353
6354 DebugOutputWindowReporter(const ContextOptions& co)
6355 : ConsoleReporter(co, oss) {}
6356
6357#define DOCTEST_DEBUG_OUTPUT_REPORTER_OVERRIDE(func, type, arg) \
6358 void func(type arg) override { \

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected