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

Function testAssignFromView

Tests/CMakeLib/testString.cxx:188–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188static bool testAssignFromView()
189{
190 std::cout << "testAssignFromView()\n";
191 cm::string_view view = cstr;
192 cm::String str;
193 str = view;
194 return testFromCStr(str);
195}
196
197static bool testFromChar(cm::String const& str)
198{

Callers

nothing calls this directly

Calls 1

testFromCStrFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…