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

Method totalDiskspaceUsed

src/storage/rocksdbfactory.cpp:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211size_t RocksDBStorageFactory::totalDiskspaceUsed() const
212{
213 return m_pfilemanager->GetTotalSize();
214}
215
216sdsstring RocksDBStorageFactory::getInfo() const
217{

Callers 3

performEvictionsFunction · 0.45
debugCommandFunction · 0.45
updateFlashMaxmemoryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected