Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
uint8_t* RawBuffer::mutableData() noexcept {
41
return data_.data();
42
}
43
44
std::size_t RawBuffer::size() const noexcept {
45
return data_.size();
Callers
1
packBools
Function · 0.80
Calls
1
data
Method · 0.45
Tested by
no test coverage detected