| 179 | } |
| 180 | |
| 181 | static bool testConstructFromView() |
| 182 | { |
| 183 | std::cout << "testConstructFromView()\n"; |
| 184 | cm::string_view view = cstr; |
| 185 | return testFromCStr(cm::String(view)); |
| 186 | } |
| 187 | |
| 188 | static bool testAssignFromView() |
| 189 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…