| 296 | Int64MetricHandle stallCount; |
| 297 | |
| 298 | Future<Void> truncateFile(int file, int64_t pos) { return truncateFile(this, file, pos); } |
| 299 | |
| 300 | // FIXME: Merge this function with IAsyncFileSystem::incrementalDeleteFile(). |
| 301 | ACTOR static void incrementalTruncate(Reference<IAsyncFile> file) { |
no test coverage detected