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

Method FailedAtImpl

Source/cmFindBase.cxx:672–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670}
671
672void cmFindBaseDebugState::FailedAtImpl(std::string const& path,
673 std::string regexName)
674{
675 this->FailedSearchLocations.emplace_back(std::move(regexName), path);
676}
677
678void cmFindBaseDebugState::WriteDebug() const
679{

Callers 1

FailedAtMethod · 0.45

Calls 2

moveFunction · 0.85
emplace_backMethod · 0.80

Tested by

no test coverage detected