MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / sender

Function sender

02.10-coroutineParsingDataStream0/main.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220
221
222generator<byte> sender(std::vector<byte> fakeBytes)
223{
224 for(const auto& b : fakeBytes) { co_yield b; }
225}
226
227
228void HandleFrame(const std::string& frame);

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected