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

Method CleanupDestination

libi2pd/Destination.cpp:1519–1522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1517 }
1518
1519 void ClientDestination::CleanupDestination ()
1520 {
1521 if (m_DatagramDestination) m_DatagramDestination->CleanUp ();
1522 }
1523
1524 bool ClientDestination::Decrypt (const uint8_t * encrypted, uint8_t * data, i2p::data::CryptoKeyType preferredCrypto) const
1525 {

Callers

nothing calls this directly

Calls 1

CleanUpMethod · 0.45

Tested by

no test coverage detected