Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ assignBytes
Method
assignBytes
pj_datastore/src/buffer.cpp:112–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
void BitVector::assignBytes(Span<const uint8_t> bytes, std::size_t bit_count) {
113
bytes_.assign(bytes.begin(), bytes.end());
114
bit_count_ = bit_count;
115
}
116
117
void BitVector::clear() {
118
bytes_.clear();
Callers
1
seal
Method · 0.80
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected