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

Method GetName

Source/cmPackageInfoReader.cxx:548–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546}
547
548std::string cmPackageInfoReader::GetName() const
549{
550 return ToString(this->Data["name"]);
551}
552
553cm::optional<std::string> cmPackageInfoReader::GetVersion() const
554{

Callers 6

ImportTargetsMethod · 0.95
AppendLanguagePropertiesFunction · 0.45
SetImportPropertyMethod · 0.45
SetMetaPropertyMethod · 0.45
SetTargetPropertiesMethod · 0.45

Calls 1

ToStringFunction · 0.70

Tested by

no test coverage detected