Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ MutableData
Method
MutableData
libs/coding/memory_region.hpp:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
uint8_t const * ImmutableData() const override { return m_buffer.data(); }
43
44
uint8_t * MutableData() { return m_buffer.data(); }
45
46
private:
47
std::vector<uint8_t> m_buffer;
Callers
1
Init
Method · 0.80
Calls
1
data
Method · 0.45
Tested by
no test coverage detected