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

Method FindLocalGenerator

Source/cmGlobalGenerator.cxx:2686–2694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2684}
2685
2686cmLocalGenerator* cmGlobalGenerator::FindLocalGenerator(
2687 cmDirectoryId const& id) const
2688{
2689 auto const it = this->LocalGeneratorSearchIndex.find(id.String);
2690 if (it != this->LocalGeneratorSearchIndex.end()) {
2691 return it->second;
2692 }
2693 return nullptr;
2694}
2695
2696void cmGlobalGenerator::AddAlias(std::string const& name,
2697 std::string const& tgtName)

Callers 1

IsLinkLookupScopeMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected