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

Method PostRequestDestination

libi2pd/NetDbRequests.cpp:438–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436 }
437
438 void NetDbRequests::PostRequestDestination (const IdentHash& destination,
439 const RequestedDestination::RequestComplete& requestComplete, bool direct)
440 {
441 boost::asio::post (GetIOService (), [this, destination, requestComplete, direct]()
442 {
443 RequestDestination (destination, requestComplete, direct);
444 });
445 }
446
447 void NetDbRequests::RequestDestination (const IdentHash& destination, const RequestedDestination::RequestComplete& requestComplete, bool direct)
448 {

Callers 1

RequestDestinationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected