Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ Send
Function
Send
10.09-lengthAndValue2/main.cpp:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
void Read(std::span<char> data);
15
16
bool Send(std::span<const char> data)
17
{
18
return write(data.data(), data.size());
19
}
20
21
void Read(std::span<char> data)
22
{
Callers
1
main
Function · 0.70
Calls
3
data
Method · 0.80
size
Method · 0.80
write
Function · 0.70
Tested by
no test coverage detected