| 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, |
| 5355 | uint32_t limit /* = 2000 */) |
| 5356 | { |
| 5357 | INVOKE_AND_COLLECT_STATISTICS(get_block_ids, blockchain_synopsis, remaining_item_count, limit); |
| 5358 | } |
| 5359 | |
| 5360 | message statistics_gathering_node_delegate_wrapper::get_item( const item_id& id ) |
| 5361 | { |
no outgoing calls
no test coverage detected