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

Method send

tests/host/ipc/ipc_client_test.cpp:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 struct Cap final : ITransport {
123 std::vector<std::byte> b;
124 void send(std::span<const std::byte> d) override {
125 b.assign(d.begin(), d.end());
126 }
127 std::size_t receive(std::span<std::byte>) override {
128 return 0;
129 }

Callers 1

frameFunction · 0.45

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected