Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
bool write(const char*, size_t)
9
{
10
return true;
11
}
12
13
bool Send(std::span<const char> data);
14
void Read(std::span<char> data);
Callers
1
Send
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected