MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / CreateRocksDBStorageFactory

Function CreateRocksDBStorageFactory

src/storage/rocksdbfactory.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38IStorageFactory *CreateRocksDBStorageFactory(const char *path, int dbnum, const char *rgchConfig, size_t cchConfig)
39{
40 return new RocksDBStorageFactory(path, dbnum, rgchConfig, cchConfig);
41}
42
43rocksdb::Options RocksDBStorageFactory::RocksDbOptions()
44{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected