MCPcopy Create free account
hub / github.com/Kitware/CMake / testConstructFromCStrNull

Function testConstructFromCStrNull

Tests/CMakeLib/testString.cxx:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77static bool testConstructFromCStrNull()
78{
79 std::cout << "testConstructFromCStrNull()\n";
80 char const* null = nullptr;
81 return testFromCStrNull(null);
82}
83
84static bool testAssignFromCStrNull()
85{

Callers

nothing calls this directly

Calls 1

testFromCStrNullFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…