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

Method FoundAtImpl

Source/cmFindBase.cxx:666–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664cmFindBaseDebugState::~cmFindBaseDebugState() = default;
665
666void cmFindBaseDebugState::FoundAtImpl(std::string const& path,
667 std::string regexName)
668{
669 this->FoundSearchLocation = DebugLibState{ std::move(regexName), path };
670}
671
672void cmFindBaseDebugState::FailedAtImpl(std::string const& path,
673 std::string regexName)

Callers 1

FoundAtMethod · 0.45

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected