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

Function CheckStringParameters

Source/cmGeneratorExpressionNode.cxx:1302–1308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1300 exactly);
1301}
1302inline bool CheckStringParameters(cm::GenEx::Evaluation* eval,
1303 GeneratorExpressionContent const* cnt,
1304 cm::string_view option, Arguments args,
1305 int required = 1)
1306{
1307 return CheckStringParametersEx(eval, cnt, option, args.size(), required);
1308};
1309}
1310
1311static const struct StringNode : public cmGeneratorExpressionNode

Callers 1

EvaluateMethod · 0.85

Calls 2

CheckStringParametersExFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…