| 46 | class SegmentCacheStore; |
| 47 | |
| 48 | Bitmap(engine::Storage *storage, const std::string &ns) : Database(storage, ns) {} |
| 49 | rocksdb::Status GetBit(engine::Context &ctx, const Slice &user_key, uint32_t bit_offset, bool *bit); |
| 50 | rocksdb::Status GetString(engine::Context &ctx, const Slice &user_key, uint32_t max_btos_size, std::string *value); |
| 51 | rocksdb::Status SetBit(engine::Context &ctx, const Slice &user_key, uint32_t bit_offset, bool new_bit, bool *old_bit); |
nothing calls this directly
no outgoing calls
no test coverage detected