Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
548
std::string cmPackageInfoReader::GetName() const
549
{
550
return ToString(this->Data[
"name"
]);
551
}
552
553
cm::optional<std::string> cmPackageInfoReader::GetVersion() const
554
{
Callers
6
ImportTargets
Method · 0.95
ImportTargetConfigurations
Method · 0.95
AppendLanguageProperties
Function · 0.45
SetImportProperty
Method · 0.45
SetMetaProperty
Method · 0.45
SetTargetProperties
Method · 0.45
Calls
1
ToString
Function · 0.70
Tested by
no test coverage detected