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

Method BufferSize

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

Source from the content-addressed store, hash-verified

76 }
77
78 size_t BufferSize() const {
79 size_t result = 0;
80 for (size_t ii = 0; ii < buffer_array_.len; ++ii) {
81 result += buffer_array_.data[ii].len;
82 }
83 return result;
84 }
85
86 std::string JoinToString() const {
87 std::string result;

Callers 15

TESTFunction · 0.45
PublishMethod · 0.45
RegisterServiceFuncMethod · 0.45
InvokeMethod · 0.45
PublishMethod · 0.45
PublishMethod · 0.45
RegisterServiceFuncMethod · 0.45
InvokeMethod · 0.45
ChannelMetricsFilterMethod · 0.45
PublishMethod · 0.45
RegisterServiceFuncMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36