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

Method Evaluate

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

Source from the content-addressed store, hash-verified

132 bool AcceptsArbitraryContentParameter() const override { return true; }
133
134 std::string Evaluate(
135 std::vector<std::string> const& parameters,
136 cm::GenEx::Evaluation* /*eval*/,
137 GeneratorExpressionContent const* /*content*/,
138 cmGeneratorExpressionDAGChecker* /*dagChecker*/) const override
139 {
140 return parameters.front();
141 }
142} oneNode;
143
144static const struct OneNode buildInterfaceNode;

Callers

nothing calls this directly

Calls 1

frontMethod · 0.45

Tested by

no test coverage detected