Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
void SocketIOSession::Send(std::string_view content) {
56
asio::write(_socket, asio::buffer(content));
57
}
Callers
2
SendNotification
Method · 0.45
SendRequest
Method · 0.45
Calls
2
write
Function · 0.85
buffer
Function · 0.85
Tested by
no test coverage detected