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

Method GetPropertyKeys

Source/cmStateDirectory.cxx:451–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449}
450
451std::vector<std::string> cmStateDirectory::GetPropertyKeys() const
452{
453 return this->DirectoryState->Properties.GetKeys();
454}
455
456void cmStateDirectory::AddNormalTargetName(std::string const& name)
457{

Callers

nothing calls this directly

Calls 1

GetKeysMethod · 0.80

Tested by

no test coverage detected