| 843 | exactly); |
| 844 | } |
| 845 | bool CheckPathParameters(cm::GenEx::Evaluation* eval, |
| 846 | GeneratorExpressionContent const* cnt, |
| 847 | cm::string_view option, Arguments args, |
| 848 | int required = 1) |
| 849 | { |
| 850 | return CheckPathParametersEx(eval, cnt, option, args.size(), required); |
| 851 | }; |
| 852 | |
| 853 | std::string ToString(bool isTrue) |
| 854 | { |
no test coverage detected
searching dependent graphs…