Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AimRT/AimRT
/ Capacity
Method
Capacity
src/interface/aimrt_module_cpp_interface/util/buffer.h:66–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
size_t Size() const { return buffer_array_.len; }
65
66
size_t Capacity() const { return buffer_array_.capacity; }
67
68
aimrt_buffer_t* Data() const { return buffer_array_.data; }
69
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64