Helper to get the TmpFileGroup that this file is associated with.
| 106 | |
| 107 | /// Helper to get the TmpFileGroup that this file is associated with. |
| 108 | TmpFileGroup* FileGroup() const { return file_group_; } |
| 109 | |
| 110 | /// Return the pointer of the disk file. |
| 111 | io::DiskFile* DiskFile() { return disk_file_.get(); } |
no outgoing calls
no test coverage detected