Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
PJ::BitSpan BitVector::bitSpan() const noexcept {
123
return PJ::BitSpan{PJ::Span<const uint8_t>(bytes_.data(), bytes_.size()), 0, bit_count_};
124
}
125
126
const uint8_t* BitVector::data() const noexcept {
127
return bytes_.data();
Callers
1
TEST
Function · 0.80
Calls
2
data
Method · 0.45
size
Method · 0.45
Tested by
1
TEST
Function · 0.64