LCOV - code coverage report
Current view: top level - src/interfaces - types.h Coverage Total Hit
Test: total_coverage.info Lines: 0.0 % 1 0
Test Date: 2025-08-25 05:11:47 Functions: - 0 0

            Line data    Source code
       1              : // Copyright (c) 2024 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              : #ifndef BITCOIN_INTERFACES_TYPES_H
       6              : #define BITCOIN_INTERFACES_TYPES_H
       7              : 
       8              : #include <uint256.h>
       9              : 
      10              : namespace interfaces {
      11              : 
      12              : //! Hash/height pair to help track and identify blocks.
      13            0 : struct BlockRef {
      14              :     uint256 hash;
      15              :     int height = -1;
      16              : };
      17              : 
      18              : } // namespace interfaces
      19              : 
      20              : #endif // BITCOIN_INTERFACES_TYPES_H
        

Generated by: LCOV version 2.0-1