MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / FileSystem

Method FileSystem

libminifi/include/utils/file/FileSystem.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected