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

Function CheckStringParametersEx

Source/cmGeneratorExpressionNode.cxx:1294–1301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1292
1293namespace {
1294inline bool CheckStringParametersEx(cm::GenEx::Evaluation* eval,
1295 GeneratorExpressionContent const* cnt,
1296 cm::string_view option, std::size_t count,
1297 int required = 1, bool exactly = true)
1298{
1299 return CheckGenExParameters(eval, cnt, "STRING"_s, option, count, required,
1300 exactly);
1301}
1302inline bool CheckStringParameters(cm::GenEx::Evaluation* eval,
1303 GeneratorExpressionContent const* cnt,
1304 cm::string_view option, Arguments args,

Callers 2

CheckStringParametersFunction · 0.85
EvaluateMethod · 0.85

Calls 1

CheckGenExParametersFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…