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

Function DestroyLocalDestination

libi2pd/api.cpp:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 void DestroyLocalDestination (std::shared_ptr<i2p::client::ClientDestination> dest)
111 {
112 if (dest)
113 dest->Stop ();
114 }
115
116 void RequestLeaseSet (std::shared_ptr<i2p::client::ClientDestination> dest, const i2p::data::IdentHash& remote)
117 {

Callers

nothing calls this directly

Calls 1

StopMethod · 0.45

Tested by

no test coverage detected