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

Method send

tests/host/ipc/ipc_client_test.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 std::vector<std::vector<std::byte>> sends;
99
100 void send(std::span<const std::byte> d) override {
101 sends.emplace_back(d.begin(), d.end());
102 }
103
104 std::size_t receive(std::span<std::byte> dst) override {
105 const std::size_t n = (std::min)(dst.size(), inbound.size() - pos);

Callers

nothing calls this directly

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected