MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / statvfs

Class statvfs

Components/GenericDataSaverUI.cpp:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38{
39 std::string path = this->getRecordSavePath().c_str();
40 struct statvfs svfs;
41
42 if (statvfs(path.c_str(), &svfs) != -1)
43 this->setDiskUsage(

Callers 1

refreshDiskUsageMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected