MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / mutableData

Method mutableData

pj_datastore/src/buffer.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40uint8_t* RawBuffer::mutableData() noexcept {
41 return data_.data();
42}
43
44std::size_t RawBuffer::size() const noexcept {
45 return data_.size();

Callers 1

packBoolsFunction · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected