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

Function testConstructFromBuffer

Tests/CMakeLib/testString.cxx:240–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240static bool testConstructFromBuffer()
241{
242 std::cout << "testConstructFromBuffer()\n";
243 cm::String const str(cstr, 3);
244 return testFromCStr(str);
245}
246
247static bool testConstructFromInputIterator()
248{

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…