MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / bdata

Method bdata

src/include/buffer.hpp:237–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 size_t size() const { return size_; }
236 uint8_t* data() const { return data_; }
237 uint8_t* bdata() const { return data_; }
238 uint8_t* begin() const { return data_; }
239 uint8_t* end() const { return data_ + size_; }
240

Callers 1

copy_fromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected