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

Function testAssignFromCharArray

Tests/CMakeLib/testString.cxx:119–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119static bool testAssignFromCharArray()
120{
121 std::cout << "testAssignFromCharArray()\n";
122 cm::String str;
123 str = charArray;
124 return testFromCharArray(str);
125}
126
127static char const* cstr = "abc";
128

Callers

nothing calls this directly

Calls 1

testFromCharArrayFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…