Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ sendAll
Method
sendAll
switch/source/transfer.cpp:526–526 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
524
int sock;
525
explicit SocketByteSink(int s) : sock(s) {}
526
bool sendAll(const void* data, size_t len) override { return ::sendAll(sock, data, len); }
527
};
528
}
529
Callers
nothing calls this directly
Calls
1
sendAll
Function · 0.70
Tested by
no test coverage detected