MCPcopy Create free account
hub / github.com/chen3feng/toft / GetPath

Method GetPath

storage/sstable/reader/sstable_reader.cpp:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

GetPathsMethod · 0.80
LoadSSTableReaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected