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

Method Size

src/leveldb/db/autocompact_test.cc:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 uint64_t Size(const Slice& start, const Slice& limit) {
38 Range r(start, limit);
39 uint64_t size;
40 db_->GetApproximateSizes(&r, 1, &size);
41 return size;
42 }
43
44 void DoReads(int n);
45

Callers

nothing calls this directly

Calls 1

GetApproximateSizesMethod · 0.45

Tested by

no test coverage detected