MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / backupDirectory

Method backupDirectory

app/src/Misc/BackupManager.cpp:263–266  ·  view source on GitHub ↗

* @brief Returns the absolute backup directory for the current project, creating it if missing. */

Source from the content-addressed store, hash-verified

261 * @brief Returns the absolute backup directory for the current project, creating it if missing.
262 */
263QString Misc::BackupManager::backupDirectory() const
264{
265 return resolveBackupDir(currentProjectStem());
266}
267
268/**
269 * @brief Hashes the per-source frame parser code so two summaries can be compared for a

Callers 1

listCheckpointsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected