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

Method HasProperty

Source/cmInstalledFile.cxx:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65bool cmInstalledFile::HasProperty(std::string const& prop) const
66{
67 return this->Properties.find(prop) != this->Properties.end();
68}
69
70bool cmInstalledFile::GetProperty(std::string const& prop,
71 std::string& value) const

Callers 1

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected