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

Function testAssignFromStaticStringView

Tests/CMakeLib/testString.cxx:294–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294static bool testAssignFromStaticStringView()
295{
296 std::cout << "testAssignFromStaticStringView()\n";
297 cm::String str;
298 str = staticStringView;
299 return testFromStaticStringView(str);
300}
301
302static bool testConstructCopy()
303{

Callers

nothing calls this directly

Calls 1

testFromStaticStringViewFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…