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

Function testOperatorStdStringPlusEqual

Tests/CMakeLib/testString.cxx:521–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519}
520
521static bool testOperatorStdStringPlusEqual()
522{
523 std::cout << "testOperatorStdStringPlusEqual()\n";
524 std::string s = "a";
525 s += cm::String("b");
526 ASSERT_TRUE(s == "ab");
527 return true;
528}
529
530static bool testMethod_borrow()
531{

Callers

nothing calls this directly

Calls 1

StringFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…