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

Method SendVersion

libi2pd_client/BOB.cpp:374–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372 }
373
374 void BOBCommandSession::SendVersion ()
375 {
376 std::ostream os(&m_SendBuffer);
377 os << "BOB 00.00.10" << std::endl;
378 SendReplyOK(std::string_view()); // empty string
379 }
380
381 void BOBCommandSession::SendRaw (std::string_view data)
382 {

Callers 1

HandleAcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected