MCPcopy Create free account
hub / github.com/audacity/audacity / GetTotalUsage

Method GetTotalUsage

libraries/lib-project-file-io/ProjectFileIO.cpp:2572–2578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2570}
2571
2572int64_t ProjectFileIO::GetTotalUsage()
2573{
2574 auto pConn = CurrConn().get();
2575 if (!pConn)
2576 return 0;
2577 return GetDiskUsage(*pConn, 0);
2578}
2579
2580//
2581// Returns the estimation of disk space used by the specified sample blockid or all

Callers 1

CompactMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected