| 13 | FileSystemRepository::~FileSystemRepository() {} |
| 14 | |
| 15 | const Path FileSystemRepository::getDataFile() const noexcept { return this->pimpl->dataFile; } |
| 16 | |
| 17 | bool FileSystemRepository::isEncrypted() const noexcept { return this->pimpl->encrypted; } |
| 18 |
no outgoing calls