| 5346 | } |
| 5347 | |
| 5348 | void statistics_gathering_node_delegate_wrapper::handle_transaction( const graphene::net::trx_message& transaction_message ) |
| 5349 | { |
| 5350 | INVOKE_AND_COLLECT_STATISTICS(handle_transaction, transaction_message); |
| 5351 | } |
| 5352 | |
| 5353 | std::vector<item_hash_t> statistics_gathering_node_delegate_wrapper::get_block_ids(const std::vector<item_hash_t>& blockchain_synopsis, |
| 5354 | uint32_t& remaining_item_count, |
no outgoing calls
no test coverage detected