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

Method statistics_gathering_node_delegate_wrapper

libraries/net/node.cpp:5285–5289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5283
5284
5285 statistics_gathering_node_delegate_wrapper::statistics_gathering_node_delegate_wrapper(node_delegate* delegate, fc::thread* thread_for_delegate_calls) :
5286 _node_delegate(delegate),
5287 _thread(thread_for_delegate_calls)
5288 BOOST_PP_SEQ_FOR_EACH(INITIALIZE_ACCUMULATOR, unused, NODE_DELEGATE_METHOD_NAMES)
5289 {}
5290#undef INITIALIZE_ACCUMULATOR
5291
5292 fc::variant_object statistics_gathering_node_delegate_wrapper::get_call_statistics()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected