| 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; |
no outgoing calls
no test coverage detected