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

Function write

10.09-lengthAndValue2/main.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include <span>
7
8bool write(const char*, size_t)
9{
10 return true;
11}
12
13bool Send(std::span<const char> data);
14void Read(std::span<char> data);

Callers 1

SendFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected