| 286 | } |
| 287 | |
| 288 | static bool testConstructFromStaticStringView() |
| 289 | { |
| 290 | std::cout << "testConstructFromStaticStringView()\n"; |
| 291 | return testFromStaticStringView(cm::String(staticStringView)); |
| 292 | } |
| 293 | |
| 294 | static bool testAssignFromStaticStringView() |
| 295 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…