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

Method GetProxy

libi2pd_client/BOB.cpp:1120–1126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1118 }
1119
1120 const I2PService* BOBCommandChannel::GetProxy(const std::string& name) const
1121 {
1122 auto it = m_proxy.find(name);
1123 if (it != m_proxy.end() && it->second)
1124 return it->second.get();
1125 return nullptr;
1126 }
1127
1128 void BOBCommandChannel::RemoveProxy(const std::string& name)
1129 {

Callers 3

BuildStatusLineMethod · 0.80
StopCommandHandlerMethod · 0.80
GetNickCommandHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected