| 135 | } |
| 136 | |
| 137 | size_t Storage::GetOffSet() { |
| 138 | return lseek(fd_, 0, SEEK_CUR); |
| 139 | } |
| 140 | |
| 141 | string Storage::GetFileName() { |
| 142 | phxsql::LogVerbose("%s get file name %s", __func__, path_.c_str()); |
nothing calls this directly
no outgoing calls
no test coverage detected