| 668 | } |
| 669 | |
| 670 | cmCPackIFWPackage* 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 | |
| 677 | cmCPackIFWPackage* cmCPackIFWGenerator::GetComponentPackage( |
| 678 | cmCPackComponent* component) const |
no test coverage detected