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

Method SendReplyOK

libi2pd_client/BOB.cpp:346–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344 }
345
346 void BOBCommandSession::SendReplyOK (std::string_view msg)
347 {
348 std::ostream os(&m_SendBuffer);
349 os << "OK";
350 if (!msg.empty ())
351 os << " " << msg;
352 os << std::endl;
353 Send ();
354 }
355
356 void BOBCommandSession::SendReplyOK (const std::vector<std::string_view>& strings)
357 {

Callers 2

LookupCommandHandlerMethod · 0.80
SendPingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected