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

Method GetComponentPackage

Source/CPack/IFW/cmCPackIFWGenerator.cxx:677–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

675}
676
677cmCPackIFWPackage* 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
684cmCPackIFWRepository* cmCPackIFWGenerator::GetRepository(
685 std::string const& repositoryName)

Callers 1

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected