| 2570 | } |
| 2571 | |
| 2572 | int64_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 |