MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / write

Function write

3rdparty/cppdap/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

TESTFunction · 0.70
writeMethod · 0.70
writeMethod · 0.50
write_fileFunction · 0.50
handle_connectMethod · 0.50
getCursorPositionFunction · 0.50
getColumnsFunction · 0.50
linenoiseClearScreenFunction · 0.50
refreshSingleLineFunction · 0.50
refreshMultiLineFunction · 0.50
linenoiseEditInsertFunction · 0.50

Calls 3

writeMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected