| 675 | } |
| 676 | |
| 677 | cmCPackIFWPackage* cmCPackIFWGenerator::GetComponentPackage( |
| 678 | cmCPackComponent* component) const |
| 679 | { |
| 680 | auto pit = this->ComponentPackages.find(component); |
| 681 | return pit != this->ComponentPackages.end() ? pit->second : nullptr; |
| 682 | } |
| 683 | |
| 684 | cmCPackIFWRepository* cmCPackIFWGenerator::GetRepository( |
| 685 | std::string const& repositoryName) |
no test coverage detected