MCPcopy Create free account
hub / github.com/AimRT/AimRT / Data

Method Data

src/interface/aimrt_module_cpp_interface/util/buffer.h:173–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 size_t Size() const { return buffer_array_view_.len; }
172
173 const aimrt_buffer_view_t* Data() const { return buffer_array_view_.data; }
174
175 size_t BufferSize() const {
176 size_t result = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected