LCOV - code coverage report | ||||||||||||||||||||||
|
||||||||||||||||||||||
Line data Source code 1 : /** 2 : * Copyright Soramitsu Co., Ltd. All Rights Reserved. 3 : * SPDX-License-Identifier: Apache-2.0 4 : */ 5 : 6 : #include "simulator/block_creator_common.hpp" 7 : 8 : namespace iroha { 9 : namespace simulator { 10 : 11 : std::shared_ptr<shared_model::interface::Block> getBlockUnsafe( 12 : const BlockCreatorEvent &event) { 13 1 : return event.round_data->block; 14 : } 15 : 16 : } // namespace simulator 17 : } // namespace iroha |
Generated by: LCOV version 1.13 |