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

Method AddDestination

libi2pd_client/BOB.cpp:1092–1095  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1090 }
1091
1092 void BOBCommandChannel::AddDestination (const std::string& name, std::shared_ptr<BOBDestination> dest)
1093 {
1094 m_Destinations.emplace (name, dest);
1095 }
1096
1097 void BOBCommandChannel::DeleteDestination (const std::string& name)
1098 {

Callers 1

StartCommandHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected