| 186 | } |
| 187 | |
| 188 | static bool testAssignFromView() |
| 189 | { |
| 190 | std::cout << "testAssignFromView()\n"; |
| 191 | cm::string_view view = cstr; |
| 192 | cm::String str; |
| 193 | str = view; |
| 194 | return testFromCStr(str); |
| 195 | } |
| 196 | |
| 197 | static bool testFromChar(cm::String const& str) |
| 198 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…