MCPcopy 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
44std::size_t RawBuffer::size() const noexcept {
45 return data_.size();
46}
47
48std::size_t RawBuffer::capacity() const noexcept {
49 return data_.capacity();

Callers 4

initValidMethod · 0.45
ensureSizeMethod · 0.45
bitSpanMethod · 0.45
sizeBytesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected