| 225 | } |
| 226 | |
| 227 | static std::string stripAllGeneratorExpressions(cm::string_view input) |
| 228 | { |
| 229 | return extractAllGeneratorExpressions(input, nullptr); |
| 230 | } |
| 231 | |
| 232 | static void prefixItems(std::string const& content, std::string& result, |
| 233 | cm::string_view prefix) |
no test coverage detected
searching dependent graphs…