If the handle is successfully opened, GetHandle() will return the handle.
| 56 | |
| 57 | // If the handle is successfully opened, GetHandle() will return the handle. |
| 58 | hdfsFile GetFileHandle() { return hdfs_file_; } |
| 59 | |
| 60 | private: |
| 61 | const hdfsFS& fs_; |
no outgoing calls
no test coverage detected