Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ capacity
Method
capacity
pj_datastore/src/buffer.cpp:48–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
std::size_t RawBuffer::capacity() const noexcept {
49
return data_.capacity();
50
}
51
52
bool RawBuffer::empty() const noexcept {
53
return data_.empty();
Callers
2
mergeDatasets
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64