MCPcopy 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
46private:
47 std::vector<uint8_t> m_buffer;

Callers 1

InitMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected