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

Function RequestLeaseSet

libi2pd/api.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 void RequestLeaseSet (std::shared_ptr<i2p::client::ClientDestination> dest, const i2p::data::IdentHash& remote)
117 {
118 if (dest)
119 dest->RequestDestination (remote);
120 }
121
122 std::shared_ptr<i2p::stream::Stream> CreateStream (std::shared_ptr<i2p::client::ClientDestination> dest, const i2p::data::IdentHash& remote)
123 {

Callers 2

CreateStreamFunction · 0.85

Calls 1

RequestDestinationMethod · 0.45

Tested by

no test coverage detected