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

Method ClearCommandHandler

libi2pd_client/BOB.cpp:896–902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

894 }
895
896 void BOBCommandSession::ClearCommandHandler (const char * operand, size_t len)
897 {
898 LogPrint (eLogDebug, "BOB: clear");
899 m_Owner.DeleteDestination (m_Nickname);
900 m_Nickname = "";
901 SendReplyOK ("cleared");
902 }
903
904 void BOBCommandSession::ListCommandHandler (const char * operand, size_t len)
905 {

Callers

nothing calls this directly

Calls 2

LogPrintFunction · 0.85
DeleteDestinationMethod · 0.80

Tested by

no test coverage detected