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

Function testMethod_substr_AtEndOwned

Tests/CMakeLib/testString.cxx:797–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795}
796
797static bool testMethod_substr_AtEndOwned()
798{
799 std::cout << "testMethod_substr_AtEndOwned()\n";
800 return testMethod_substr_AtEnd(std::string("abc"));
801}
802
803static bool testMethod_substr_AtStart(cm::String str)
804{

Callers

nothing calls this directly

Calls 1

testMethod_substr_AtEndFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…