MCPcopy Index your code
hub / github.com/Kitware/CMake / write

Function write

Utilities/cmcppdap/src/network_test.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28constexpr int port = 19021;
29
30bool write(const std::shared_ptr<dap::Writer>& w, const std::string& s) {
31 return w->write(s.data(), s.size()) && w->write("\0", 1);
32}
33
34std::string read(const std::shared_ptr<dap::Reader>& r) {
35 char c;

Callers 15

testJobServerFunction · 0.85
LLVMFuzzerTestOneInputFunction · 0.85
LLVMFuzzerTestOneInputFunction · 0.85
gz_compFunction · 0.85
TESTFunction · 0.85
writeMethod · 0.85
file_uploadFunction · 0.85
qlog_callbackFunction · 0.85
file_writeFunction · 0.85
write_data_blockFunction · 0.85
hfs_decompressFunction · 0.85

Calls 3

writeMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…