MCPcopy 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

26namespace {
27
28bool 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
32std::string read(const std::shared_ptr<dap::Reader>& r) {
33 char c;

Callers 5

TESTFunction · 0.85
writeMethod · 0.85
writeMethod · 0.85
writeMethod · 0.85
write_formatMethod · 0.85

Calls 3

writeMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected