MCPcopy 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
194void Server::write(Client *who, ResponseBody &&response) { who->write(std::move(response)); }
195
196void Server::on_client_disconnected(Client *who) {
197 auto cit = clients.find(who);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected