MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / Write

Method Write

CodeFormatServer/src/Session/StandardIOSession.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void StandardIO::Write(std::string_view content) {
58 asio::write(*_out, asio::buffer(content.data(), content.size()));
59}
60
61#else
62

Callers 1

SendMethod · 0.80

Calls 5

writeFunction · 0.85
bufferFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected