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

Method UpdateInternal

Source/CTest/cmCTestGIT.cxx:224–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224bool cmCTestGIT::UpdateInternal()
225{
226 std::string custom =
227 this->Makefile->GetSafeDefinition("CTEST_GIT_UPDATE_CUSTOM");
228 if (!custom.empty()) {
229 return this->UpdateByCustom(custom);
230 }
231 return this->UpdateByFetchAndReset();
232}
233
234bool cmCTestGIT::UpdateImpl()
235{

Callers 1

UpdateImplMethod · 0.95

Calls 3

UpdateByCustomMethod · 0.95
UpdateByFetchAndResetMethod · 0.95
emptyMethod · 0.45

Tested by

no test coverage detected