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

Method GetProperty

src/leveldb/db/db_test.cc:2076–2078  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2074 }
2075
2076 bool GetProperty(const Slice& property, std::string* value) override {
2077 return false;
2078 }
2079 void GetApproximateSizes(const Range* r, int n, uint64_t* sizes) override {
2080 for (int i = 0; i < n; i++) {
2081 sizes[i] = 0;

Callers 3

NumTableFilesAtLevelMethod · 0.45
DumpSSTableListMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected