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

Method GetLocalDestination

libi2pd_client/SAM.cpp:1409–1412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1407 }
1408
1409 std::shared_ptr<ClientDestination> SAMSubSession::GetLocalDestination ()
1410 {
1411 return masterSession ? masterSession->GetLocalDestination () : nullptr;
1412 }
1413
1414 void SAMSubSession::StopLocalDestination ()
1415 {

Callers 15

ReadTunnelsMethod · 0.45
ReadSocksProxyMethod · 0.45
I2PTunnelConnectionMethod · 0.45
TerminateMethod · 0.45
ProcessSessionCreateMethod · 0.45
ProcessStreamConnectMethod · 0.45
ConnectMethod · 0.45
ProcessStreamAcceptMethod · 0.45
ProcessStreamForwardMethod · 0.45
ProcessDatagramSendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected