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

Method RemoveRelay

libi2pd/SSU2.cpp:641–644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

639 }
640
641 void SSU2Server::RemoveRelay (uint32_t tag)
642 {
643 m_Relays.erase (tag);
644 }
645
646 std::shared_ptr<SSU2Session> SSU2Server::FindRelaySession (uint32_t tag)
647 {

Callers 1

TerminateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected