Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bcndev/bytecoin
/ write
Method
write
src/http/Server.cpp:194–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
#endif
193
194
void Server::write(Client *who, ResponseBody &&response) { who->write(std::move(response)); }
195
196
void Server::on_client_disconnected(Client *who) {
197
auto cit = clients.find(who);
Callers
1
on_client_handle_request
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected