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

Function CheckPathParameters

Source/cmGeneratorExpressionNode.cxx:845–851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

843 exactly);
844}
845bool 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
853std::string ToString(bool isTrue)
854{

Callers 1

EvaluateMethod · 0.85

Calls 2

CheckPathParametersExFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…