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

Method CancelDestinationRequestWithEncryptedLeaseSet

libi2pd/Destination.cpp:795–799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793 }
794
795 void LeaseSetDestination::CancelDestinationRequestWithEncryptedLeaseSet (std::shared_ptr<const i2p::data::BlindedPublicKey> dest, bool notify)
796 {
797 if (dest)
798 CancelDestinationRequest (dest->GetStoreHash (), notify);
799 }
800
801 void LeaseSetDestination::RequestLeaseSet (const i2p::data::IdentHash& dest, RequestComplete requestComplete, std::shared_ptr<const i2p::data::BlindedPublicKey> requestedBlindedKey)
802 {

Callers

nothing calls this directly

Calls 1

GetStoreHashMethod · 0.80

Tested by

no test coverage detected