| 2980 | } |
| 2981 | |
| 2982 | Result<int64_t> IoRecordedRandomAccessFile::GetSize() { return file_size_; } |
| 2983 | |
| 2984 | Result<int64_t> IoRecordedRandomAccessFile::ReadAt(int64_t position, int64_t nbytes, |
| 2985 | bool allow_short_read, void* out) { |
no outgoing calls
no test coverage detected