Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ size
Method
size
pj_datastore/src/buffer.cpp:44–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
std::size_t RawBuffer::size() const noexcept {
45
return data_.size();
46
}
47
48
std::size_t RawBuffer::capacity() const noexcept {
49
return data_.capacity();
Callers
4
initValid
Method · 0.45
ensureSize
Method · 0.45
bitSpan
Method · 0.45
sizeBytes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected