MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / size

Method size

src/ipc/message_exchange.h:156–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 : buffer_span_{span} {}
155
156 [[nodiscard]] std::size_t size() const noexcept override {
157 return buffer_span_.size();
158 }
159
160 [[nodiscard]] const std::byte* data() const noexcept override {
161 return buffer_span_.data();

Callers 3

MessageComposerClass · 0.45
sendMethod · 0.45
read_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected