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

Method CleanupDestination

libi2pd_client/I2CP.cpp:407–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405 }
406
407 void I2CPDestination::CleanupDestination ()
408 {
409 m_I2NPMsgsPool.CleanUpMt ();
410 if (m_Owner) m_Owner->CleanupRoutingSessions ();
411 }
412
413 RunnableI2CPDestination::RunnableI2CPDestination (std::shared_ptr<I2CPSession> owner,
414 std::shared_ptr<const i2p::data::IdentityEx> identity, bool isPublic, const i2p::util::Mapping& params):

Callers

nothing calls this directly

Calls 2

CleanUpMtMethod · 0.80

Tested by

no test coverage detected