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

Method FindLocalNonAliasGeneratorTarget

Source/cmLocalGenerator.cxx:797–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795}
796
797cmGeneratorTarget* cmLocalGenerator::FindLocalNonAliasGeneratorTarget(
798 std::string const& name) const
799{
800 auto ti = this->GeneratorTargetSearchIndex.find(name);
801 if (ti != this->GeneratorTargetSearchIndex.end()) {
802 return ti->second;
803 }
804 return nullptr;
805}
806
807void cmLocalGenerator::ComputeTargetManifest()
808{

Callers 4

ComputeMethod · 0.80
ComputeMethod · 0.80
ComputeMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected