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 "network/ordering_gate_common.hpp" 7 : 8 : namespace iroha { 9 : namespace network { 10 : 11 : std::shared_ptr<const shared_model::interface::Proposal> getProposalUnsafe( 12 : const OrderingEvent &event) { 13 1447 : return *event.proposal; 14 : } 15 : 16 : } // namespace network 17 : } // namespace iroha |
Generated by: LCOV version 1.13 |