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

Function testAssignFromCStr

Tests/CMakeLib/testString.cxx:144–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144static bool testAssignFromCStr()
145{
146 std::cout << "testAssignFromCStr()\n";
147 cm::String str;
148 str = cstr;
149 return testFromCStr(str);
150}
151
152static std::string const stdstr = "abc";
153

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…