| 102 | } |
| 103 | |
| 104 | std::string SSTableReader::GetPath() const { |
| 105 | return impl_->path_; |
| 106 | } |
| 107 | |
| 108 | bool SSTableReader::Lookup(const std::string &key, std::string *value) { |
| 109 | toft::scoped_ptr<Iterator> iter(Seek(key)); |
no outgoing calls
no test coverage detected