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

Method sizeBytes

pj_datastore/src/buffer.cpp:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134std::size_t BitVector::sizeBytes() const noexcept {
135 return bytes_.size();
136}
137
138std::size_t BitVector::sizeBits() const noexcept {
139 return bit_count_;

Callers 4

metadataMethod · 0.80
sealMethod · 0.80
TESTFunction · 0.80
measure_memoryFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

TESTFunction · 0.64