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

Method Send

CodeFormatServer/src/Session/SocketIOSession.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void SocketIOSession::Send(std::string_view content) {
56 asio::write(_socket, asio::buffer(content));
57}

Callers 2

SendNotificationMethod · 0.45
SendRequestMethod · 0.45

Calls 2

writeFunction · 0.85
bufferFunction · 0.85

Tested by

no test coverage detected