MCPcopy Create free account
hub / github.com/ElementsProject/elements / TEST_MaxNextLevelOverlappingBytes

Method TEST_MaxNextLevelOverlappingBytes

src/leveldb/db/db_impl.cc:1106–1109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1104}
1105
1106int64_t DBImpl::TEST_MaxNextLevelOverlappingBytes() {
1107 MutexLock l(&mutex_);
1108 return versions_->MaxNextLevelOverlappingBytes();
1109}
1110
1111Status DBImpl::Get(const ReadOptions& options, const Slice& key,
1112 std::string* value) {

Callers 2

DumpFileCountsMethod · 0.80
TESTFunction · 0.80

Calls 1

Tested by 2

DumpFileCountsMethod · 0.64
TESTFunction · 0.64