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

Function testConstructFromNullPtr

Tests/CMakeLib/testString.cxx:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49static bool testConstructFromNullPtr()
50{
51 std::cout << "testConstructFromNullPtr()\n";
52 return testFromNullPtr(nullptr);
53}
54
55static bool testAssignFromNullPtr()
56{

Callers

nothing calls this directly

Calls 1

testFromNullPtrFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…