MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / bitSpan

Method bitSpan

pj_datastore/src/buffer.cpp:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122PJ::BitSpan BitVector::bitSpan() const noexcept {
123 return PJ::BitSpan{PJ::Span<const uint8_t>(bytes_.data(), bytes_.size()), 0, bit_count_};
124}
125
126const uint8_t* BitVector::data() const noexcept {
127 return bytes_.data();

Callers 1

TESTFunction · 0.80

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by 1

TESTFunction · 0.64