Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ statvfs
Class
statvfs
src/storage/rocksdbfactory.cpp:218–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
216
sdsstring RocksDBStorageFactory::getInfo() const
217
{
218
struct statvfs fiData;
219
int status = statvfs(m_path.c_str(), &fiData);
220
if ( status == 0 ) {
221
return sdsstring(sdscatprintf(sdsempty(),
Callers
1
getInfo
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected