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

Method Parse

Source/cmGeneratorExpression.cxx:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40cmGeneratorExpression::~cmGeneratorExpression() = default;
41
42std::unique_ptr<cmCompiledGeneratorExpression> cmGeneratorExpression::Parse(
43 std::string input) const
44{
45 return std::unique_ptr<cmCompiledGeneratorExpression>(
46 new cmCompiledGeneratorExpression(this->CMakeInstance, this->Backtrace,
47 std::move(input)));
48}
49
50std::string cmGeneratorExpression::Evaluate(
51 std::string input, cmLocalGenerator const* lg, std::string const& config,

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected