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

Function testAssignFromCStrNull

Tests/CMakeLib/testString.cxx:84–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84static bool testAssignFromCStrNull()
85{
86 std::cout << "testAssignFromCStrNull()\n";
87 char const* null = nullptr;
88 cm::String str;
89 str = null;
90 return testFromCStrNull(str);
91}
92
93static char const charArray[] = "abc";
94

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…