MCPcopy 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
48std::size_t RawBuffer::capacity() const noexcept {
49 return data_.capacity();
50}
51
52bool RawBuffer::empty() const noexcept {
53 return data_.empty();

Callers 2

mergeDatasetsMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64