Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
211
size_t RocksDBStorageFactory::totalDiskspaceUsed() const
212
{
213
return m_pfilemanager->GetTotalSize();
214
}
215
216
sdsstring RocksDBStorageFactory::getInfo() const
217
{
Callers
3
performEvictions
Function · 0.45
debugCommand
Function · 0.45
updateFlashMaxmemory
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected