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

Method Size

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

Source from the content-addressed store, hash-verified

169 aimrt_buffer_array_view_t* NativeHandle() { return &buffer_array_view_; }
170
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected