MCPcopy Create free account
hub / github.com/Kitware/CMake / CheckListParameters

Function CheckListParameters

Source/cmGeneratorExpressionNode.cxx:1849–1855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1847 exactly);
1848}
1849inline 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
1857inline cmList GetList(std::string const& list)
1858{

Callers 1

EvaluateMethod · 0.85

Calls 2

CheckListParametersExFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…