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

Method FoundAt

Source/cmFindCommon.cxx:497–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495}
496
497void cmFindCommonDebugState::FoundAt(std::string const& path,
498 std::string regexName)
499{
500 this->IsFound = true;
501
502 if (!this->TrackSearchProgress()) {
503 return;
504 }
505
506 this->FoundAtImpl(path, regexName);
507}
508
509void cmFindCommonDebugState::FailedAt(std::string const& path,
510 std::string regexName)

Callers 10

FindPackageMethod · 0.80
FindModuleMethod · 0.80
HandlePackageModeMethod · 0.80
FindHeaderInFrameworkMethod · 0.80
FindNormalHeaderMethod · 0.80
ParseArgumentsMethod · 0.80
NormalizeFindResultMethod · 0.80
StoreFindResultMethod · 0.80
CheckDirectoryForNameMethod · 0.80
DebugLibraryFoundMethod · 0.80

Calls 2

TrackSearchProgressMethod · 0.95
FoundAtImplMethod · 0.45

Tested by

no test coverage detected