| 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() |
nothing calls this directly
no outgoing calls
no test coverage detected