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

Method sizeBits

pj_datastore/src/buffer.cpp:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138std::size_t BitVector::sizeBits() const noexcept {
139 return bit_count_;
140}
141
142bool BitVector::empty() const noexcept {
143 return bit_count_ == 0;

Callers 2

sealMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64