LCOV - code coverage report
Current view: top level - shared_model/interfaces/transaction_responses - mst_pending_response.hpp (source / functions) Hit Total Coverage
Test: coverage_cleared.info Lines: 0 1 0.0 %
Date: 2018-12-05 17:11:35 Functions: 3 6 50.0 %

          Line data    Source code
       1             : /**
       2             :  * Copyright Soramitsu Co., Ltd. All Rights Reserved.
       3             :  * SPDX-License-Identifier: Apache-2.0
       4             :  */
       5             : 
       6             : #ifndef IROHA_MST_PENDING_RESPONSE_HPP
       7             : #define IROHA_MST_PENDING_RESPONSE_HPP
       8             : 
       9             : namespace shared_model {
      10             :   namespace interface {
      11             :     /**
      12             :      * Transaction was sent to MST processing and not yet signed by all required
      13             :      * signatories
      14             :      */
      15             :     class MstPendingResponse : public AbstractTxResponse<MstPendingResponse> {
      16             :      private:
      17             :       // TODO: [IR-1666] Akvinikym 29.08.18: Make interface methods public
      18             :       std::string className() const override {
      19           0 :         return "MstPendingResponse";
      20             :       }
      21             :     };
      22             :   }  // namespace interface
      23             : }  // namespace shared_model
      24             : 
      25             : #endif  // IROHA_MST_PENDING_RESPONSE_HPP

Generated by: LCOV version 1.13