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

Method feed

tests/host/ipc/ipc_client_test.cpp:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114
115 void feed(const std::vector<std::byte>& f) {
116 inbound.insert(inbound.end(), f.begin(), f.end());
117 }
118};
119
120// Captures the bytes a MessageComposer would send, without a real socket.

Callers 1

TESTFunction · 0.80

Calls 2

endMethod · 0.80
beginMethod · 0.80

Tested by

no test coverage detected