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

Function testConstructFromView

Tests/CMakeLib/testString.cxx:181–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181static bool testConstructFromView()
182{
183 std::cout << "testConstructFromView()\n";
184 cm::string_view view = cstr;
185 return testFromCStr(cm::String(view));
186}
187
188static bool testAssignFromView()
189{

Callers

nothing calls this directly

Calls 2

testFromCStrFunction · 0.85
StringFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…