LCOV - code coverage report
Current view: top level - src/zmq - zmqabstractnotifier.cpp (source / functions) Hit Total Coverage
Test: total_coverage.info Lines: 8 8 100.0 %
Date: 2020-09-26 01:30:44 Functions: 3 5 60.0 %

          Line data    Source code
       1             : // Copyright (c) 2015-2019 The Bitcoin Core developers
       2             : // Distributed under the MIT software license, see the accompanying
       3             : // file COPYING or http://www.opensource.org/licenses/mit-license.php.
       4             : 
       5             : #include <zmq/zmqabstractnotifier.h>
       6             : 
       7             : const int CZMQAbstractNotifier::DEFAULT_ZMQ_SNDHWM;
       8             : 
       9           8 : CZMQAbstractNotifier::~CZMQAbstractNotifier()
      10           8 : {
      11           8 :     assert(!psocket);
      12           8 : }
      13             : 
      14          15 : bool CZMQAbstractNotifier::NotifyBlock(const CBlockIndex * /*CBlockIndex*/)
      15             : {
      16          15 :     return true;
      17             : }
      18             : 
      19          28 : bool CZMQAbstractNotifier::NotifyTransaction(const CTransaction &/*transaction*/)
      20             : {
      21          28 :     return true;
      22             : }

Generated by: LCOV version 1.15