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

Method RequiresLiteralInput

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

Source from the content-addressed store, hash-verified

4252
4253 bool AcceptsArbitraryContentParameter() const override { return true; }
4254 bool RequiresLiteralInput() const override { return true; }
4255
4256 std::string Evaluate(
4257 std::vector<std::string> const& parameters,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected