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

Method GetPropertyAsList

Source/cmInstalledFile.cxx:100–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100std::vector<std::string> cmInstalledFile::GetPropertyAsList(
101 std::string const& prop) const
102{
103 std::string value;
104 this->GetProperty(prop, value);
105
106 return std::move(cmList(value).data());
107}

Callers 2

CreateFromPropertyMethod · 0.80
ApplyMethod · 0.80

Calls 4

GetPropertyMethod · 0.95
moveFunction · 0.85
cmListClass · 0.85
dataMethod · 0.45

Tested by

no test coverage detected