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

Method SetProxy

libi2pd_client/BOB.cpp:1115–1118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1113 }
1114
1115 void BOBCommandChannel::SetProxy (const std::string& name, std::unique_ptr<I2PService> proxy)
1116 {
1117 m_proxy[name] = std::move(proxy);
1118 }
1119
1120 const I2PService* BOBCommandChannel::GetProxy(const std::string& name) const
1121 {

Callers 1

StartCommandHandlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected