| 35 | explicit FileSystem(bool should_encrypt = false, utils::optional<utils::crypto::EncryptionProvider> encryptor = {}); |
| 36 | |
| 37 | FileSystem(const FileSystem&) = delete; |
| 38 | FileSystem(FileSystem&&) = delete; |
| 39 | FileSystem& operator=(const FileSystem&) = delete; |
| 40 | FileSystem& operator=(FileSystem&&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected