| 1847 | exactly); |
| 1848 | } |
| 1849 | inline bool CheckListParameters(cm::GenEx::Evaluation* eval, |
| 1850 | GeneratorExpressionContent const* cnt, |
| 1851 | cm::string_view option, Arguments args, |
| 1852 | int required = 1) |
| 1853 | { |
| 1854 | return CheckListParametersEx(eval, cnt, option, args.size(), required); |
| 1855 | }; |
| 1856 | |
| 1857 | inline cmList GetList(std::string const& list) |
| 1858 | { |
no test coverage detected
searching dependent graphs…