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

Method FindDestination

libi2pd_client/BOB.cpp:1107–1113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1105 }
1106
1107 std::shared_ptr<BOBDestination> BOBCommandChannel::FindDestination (const std::string& name)
1108 {
1109 auto it = m_Destinations.find (name);
1110 if (it != m_Destinations.end ())
1111 return it->second;
1112 return nullptr;
1113 }
1114
1115 void BOBCommandChannel::SetProxy (const std::string& name, std::unique_ptr<I2PService> proxy)
1116 {

Callers 4

StopCommandHandlerMethod · 0.80
SetNickCommandHandlerMethod · 0.80
GetNickCommandHandlerMethod · 0.80
StatusCommandHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected