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

Method FindGeneratorTargetImpl

Source/cmGlobalGenerator.cxx:2781–2789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2779}
2780
2781cmGeneratorTarget* cmGlobalGenerator::FindGeneratorTargetImpl(
2782 std::string const& name) const
2783{
2784 auto const it = this->GeneratorTargetSearchIndex.find(name);
2785 if (it != this->GeneratorTargetSearchIndex.end()) {
2786 return it->second;
2787 }
2788 return nullptr;
2789}
2790
2791cmTarget* cmGlobalGenerator::FindTarget(
2792 std::string const& name, cmStateEnums::TargetDomainSet domains) const

Callers 1

FindGeneratorTargetMethod · 0.95

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected