MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / SendReplyError

Method SendReplyError

libi2pd_client/BOB.cpp:367–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365 }
366
367 void BOBCommandSession::SendReplyError (std::string_view msg)
368 {
369 std::ostream os(&m_SendBuffer);
370 os << "ERROR " << msg << std::endl;
371 Send ();
372 }
373
374 void BOBCommandSession::SendVersion ()
375 {

Callers 2

LookupCommandHandlerMethod · 0.80
SendPingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected