MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / backupRootForAccount

Function backupRootForAccount

ui-linux/src/backend.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52static QString backupRootForAccount(const QString &accountId)
53{
54 return QDir::cleanPath(crConfigDir() + "/backups/" + accountId);
55}
56
57static bool isPathWithin(const QString &root, const QString &path)
58{

Callers 3

listBackupsMethod · 0.85
restoreBackupMethod · 0.85
deleteBackupMethod · 0.85

Calls 1

crConfigDirFunction · 0.85

Tested by

no test coverage detected