MCPcopy Create free account
hub / github.com/apache/kvrocks / ArrayBitfieldBitmap

Method ArrayBitfieldBitmap

src/common/bitfield_util.h:192–192  ·  view source on GitHub ↗

byte_offset is the byte offset of view in entire bitmap.

Source from the content-addressed store, hash-verified

190 public:
191 // byte_offset is the byte offset of view in entire bitmap.
192 explicit ArrayBitfieldBitmap(uint32_t byte_offset = 0) noexcept : byte_offset_(byte_offset) { Reset(); }
193
194 ArrayBitfieldBitmap(const ArrayBitfieldBitmap &) = delete;
195 ArrayBitfieldBitmap &operator=(const ArrayBitfieldBitmap &) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected