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

Function testAssignFromStdString

Tests/CMakeLib/testString.cxx:173–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173static bool testAssignFromStdString()
174{
175 std::cout << "testAssignFromStdString()\n";
176 cm::String str;
177 str = stdstr;
178 return testFromStdString(str);
179}
180
181static bool testConstructFromView()
182{

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…