Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfranx/SHADERed
/ write
Function
write
libs/cppdap/src/network_test.cpp:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
namespace {
27
28
bool write(const std::shared_ptr<dap::Writer>& w, const std::string& s) {
29
return w->write(s.data(), s.size()) && w->write(
"\0"
, 1);
30
}
31
32
std::string read(const std::shared_ptr<dap::Reader>& r) {
33
char c;
Callers
5
TEST
Function · 0.85
write
Method · 0.85
write
Method · 0.85
write
Method · 0.85
write_format
Method · 0.85
Calls
3
write
Method · 0.45
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected