MCPcopy Create free account
hub / github.com/bytedance/bolt / asMutableRange

Method asMutableRange

bolt/vector/SelectivityVector.h:145–147  ·  view source on GitHub ↗

* updateBounds() need to be called explicitly if data is modified. */

Source from the content-addressed store, hash-verified

143 * updateBounds() need to be called explicitly if data is modified.
144 */
145 MutableRange<bool> asMutableRange() {
146 return MutableRange<bool>(bits_.data(), begin_, end_);
147 }
148
149 const uint64_t* allBits() const {
150 return bits_.data();

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected