| 795 | } |
| 796 | |
| 797 | static bool testMethod_substr_AtEndOwned() |
| 798 | { |
| 799 | std::cout << "testMethod_substr_AtEndOwned()\n"; |
| 800 | return testMethod_substr_AtEnd(std::string("abc")); |
| 801 | } |
| 802 | |
| 803 | static bool testMethod_substr_AtStart(cm::String str) |
| 804 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…