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

Function testConstructFromStaticStringView

Tests/CMakeLib/testString.cxx:288–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288static bool testConstructFromStaticStringView()
289{
290 std::cout << "testConstructFromStaticStringView()\n";
291 return testFromStaticStringView(cm::String(staticStringView));
292}
293
294static bool testAssignFromStaticStringView()
295{

Callers

nothing calls this directly

Calls 2

testFromStaticStringViewFunction · 0.85
StringFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…