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

Method SearchByName

Source/CTest/cmCTestMultiProcessHandler.cxx:921–931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

919}
920
921int cmCTestMultiProcessHandler::SearchByName(cm::string_view name)
922{
923 int index = -1;
924
925 for (auto const& p : this->Properties) {
926 if (p.second->Name == name) {
927 index = p.first;
928 }
929 }
930 return index;
931}
932
933void cmCTestMultiProcessHandler::CreateTestCostList()
934{

Callers 2

UpdateCostDataMethod · 0.95
ReadCostDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected