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

Method Write

Source/CursesDialog/cmCursesMainForm.cxx:466–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466void cmCursesMainForm::Write()
467{
468 this->FillCacheManagerFromUI();
469 this->CMakeInstance->SaveCache(
470 this->CMakeInstance->GetHomeOutputDirectory());
471 this->LoadCache(nullptr);
472}
473
474int cmCursesMainForm::Configure(int noconfigure)
475{

Callers 2

ConfigureMethod · 0.95
HandleInputMethod · 0.95

Calls 3

LoadCacheMethod · 0.95
SaveCacheMethod · 0.45

Tested by

no test coverage detected