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

Method GetGroupPackage

Source/CPack/IFW/cmCPackIFWGenerator.cxx:670–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668}
669
670cmCPackIFWPackage* cmCPackIFWGenerator::GetGroupPackage(
671 cmCPackComponentGroup* group) const
672{
673 auto pit = this->GroupPackages.find(group);
674 return pit != this->GroupPackages.end() ? pit->second : nullptr;
675}
676
677cmCPackIFWPackage* cmCPackIFWGenerator::GetComponentPackage(
678 cmCPackComponent* component) const

Callers 2

GetGroupPackageNameMethod · 0.95

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected