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

Method LoadCache

Source/CursesDialog/cmCursesMainForm.cxx:970–985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

968}
969
970int cmCursesMainForm::LoadCache(char const* /*unused*/)
971
972{
973 int r = this->CMakeInstance->LoadCache();
974 if (r < 0) {
975 return r;
976 }
977
978 // Process presets before loading the cache
979 this->CMakeInstance->ProcessPresetVariables();
980 this->CMakeInstance->ProcessPresetEnvironment();
981
982 this->CMakeInstance->SetCacheArgs(this->Args);
983 this->CMakeInstance->PreLoadCMakeFiles();
984 return r;
985}
986
987void cmCursesMainForm::JumpToCacheEntry(char const* astr)
988{

Callers 7

WriteMethod · 0.95
RunMethod · 0.45
setBinaryDirectoryMethod · 0.45
configureMethod · 0.45
deleteCacheMethod · 0.45
reloadCacheMethod · 0.45
mainFunction · 0.45

Calls 4

SetCacheArgsMethod · 0.80
PreLoadCMakeFilesMethod · 0.80

Tested by 1

RunMethod · 0.36