MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / clean_all_settings

Method clean_all_settings

OpenHD/ohd_common/src/openhd_settings_directories.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void openhd::clean_all_settings() {
53 openhd::log::get_default()->debug("clean_all_settings()");
54 OHDFilesystemUtil::safe_delete_directory(SETTINGS_BASE_PATH);
55 generateSettingsDirectoryIfNonExists();
56}
57
58void openhd::check_currently_running_file_and_write() {
59 if (OHDFilesystemUtil::exists(get_openhd_is_running_filename())) {

Callers

nothing calls this directly

Calls 1

debugMethod · 0.80

Tested by

no test coverage detected