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

Function returnsConstNull

tests/SelfTest/UsageTests/Condition.tests.cpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 };
36
37 static const char* returnsConstNull() { return nullptr; }
38 static char* returnsNull() { return nullptr; }
39
40} // end unnamed namespace

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected