19class DBStorageEnvironmentChain {
35 DBStorageEnvironmentChain& operator=(DBStorageEnvironmentChain
const&);
36 DBStorageEnvironmentChain(DBStorageEnvironmentChain
const&);
37 DBStorageEnvironmentChain();
45 ::Bedrock::NotNullNonOwnerPtr<::LevelDbEnv> levelDbEnv
48 MCNAPI ::Core::Result
isChainValid(
bool bRequireFilePresence)
const;
57 ::leveldb::Env* currentEnv,
58 ::std::shared_ptr<::Core::FileStorageArea> storageAreaForLevel,
63 ::leveldb::Env* rootEnv,
66 ::std::string
const& contentKey,
67 ::std::shared_ptr<::Core::FileStorageArea> storageArea
77 ::Bedrock::NotNullNonOwnerPtr<::LevelDbEnv> levelDbEnv
Definition ContentIdentity.h:8
static MCAPI bool isContentKeyValid(::leveldb::Env *rootEnv, ::Core::Path const &dbPath, ::ContentIdentity const &contentIdentity, ::std::string const &contentKey, ::std::shared_ptr<::Core::FileStorageArea > storageArea)