Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
134
std::size_t BitVector::sizeBytes() const noexcept {
135
return bytes_.size();
136
}
137
138
std::size_t BitVector::sizeBits() const noexcept {
139
return bit_count_;
Callers
4
metadata
Method · 0.80
seal
Method · 0.80
TEST
Function · 0.80
measure_memory
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
1
TEST
Function · 0.64