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

Function testAssignFromNullPtr

Tests/CMakeLib/testString.cxx:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55static bool testAssignFromNullPtr()
56{
57 std::cout << "testAssignFromNullPtr()\n";
58 cm::String str;
59 str = nullptr;
60 return testFromNullPtr(str);
61}
62
63static bool testFromCStrNull(cm::String str)
64{

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…