LCOV - code coverage report
Current view: top level - irohad/network - ordering_gate_common.cpp (source / functions) Hit Total Coverage
Test: cleared_cor.info Lines: 1 1 100.0 %
Date: 2019-03-07 14:46:43 Functions: 1 1 100.0 %

          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