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

Function testConstructFromStdString

Tests/CMakeLib/testString.cxx:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167static bool testConstructFromStdString()
168{
169 std::cout << "testConstructFromStdString()\n";
170 return testFromStdString(stdstr);
171}
172
173static bool testAssignFromStdString()
174{

Callers

nothing calls this directly

Calls 1

testFromStdStringFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…