| 835 | } |
| 836 | |
| 837 | bool CheckPathParametersEx(cm::GenEx::Evaluation* eval, |
| 838 | GeneratorExpressionContent const* cnt, |
| 839 | cm::string_view option, std::size_t count, |
| 840 | int required = 1, bool exactly = true) |
| 841 | { |
| 842 | return CheckGenExParameters(eval, cnt, "PATH"_s, option, count, required, |
| 843 | exactly); |
| 844 | } |
| 845 | bool CheckPathParameters(cm::GenEx::Evaluation* eval, |
| 846 | GeneratorExpressionContent const* cnt, |
| 847 | cm::string_view option, Arguments args, |
no test coverage detected
searching dependent graphs…