MCPcopy Create free account
hub / github.com/catchorg/Catch2 / makeString

Function makeString

tests/SelfTest/UsageTests/Misc.tests.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21namespace {
22
23 static const char* makeString(bool makeNull) {
24 return makeNull ? nullptr : "valid string";
25 }
26 static bool testCheckedIf(bool flag) {
27 CHECKED_IF(flag)
28 return true;

Callers 1

Misc.tests.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected