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 "multi_sig_transactions/mst_propagation_strategy_stub.hpp" 7 : 8 : namespace iroha { 9 : rxcpp::observable<PropagationStrategy::PropagationData> 10 : PropagationStrategyStub::emitter() { 11 239 : return rxcpp::observable<>::empty<PropagationStrategy::PropagationData>(); 12 0 : } 13 : } // namespace iroha |
Generated by: LCOV version 1.13 |