MCPcopy Create free account
hub / github.com/cryptonomex/graphene / add_node_delegate

Method add_node_delegate

libraries/net/node.cpp:5271–5274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5269 }
5270
5271 void simulated_network::add_node_delegate( node_delegate* node_delegate_to_add )
5272 {
5273 network_nodes.push_back(new node_info(node_delegate_to_add));
5274 }
5275
5276 namespace detail
5277 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected