Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
138
std::size_t BitVector::sizeBits() const noexcept {
139
return bit_count_;
140
}
141
142
bool BitVector::empty() const noexcept {
143
return bit_count_ == 0;
Callers
2
seal
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64