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

Method node

libraries/net/node.cpp:5063–5066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5061#endif // P2P_IN_DEDICATED_THREAD
5062
5063 node::node(const std::string& user_agent) :
5064 my(new detail::node_impl(user_agent))
5065 {
5066 }
5067
5068 node::~node()
5069 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected