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

Method FailedAt

Source/cmFindCommon.cxx:509–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507}
508
509void cmFindCommonDebugState::FailedAt(std::string const& path,
510 std::string regexName)
511{
512 if (!this->TrackSearchProgress()) {
513 return;
514 }
515
516 this->FailedAtImpl(path, regexName);
517}
518
519bool cmFindCommonDebugState::ShouldImplicitlyLogEvents() const
520{

Callers 4

FindHeaderInFrameworkMethod · 0.80
FindNormalHeaderMethod · 0.80
CheckDirectoryForNameMethod · 0.80
DebugLibraryFailedMethod · 0.80

Calls 2

TrackSearchProgressMethod · 0.95
FailedAtImplMethod · 0.45

Tested by

no test coverage detected