Files
bitcoin/src/test/util/coverage.h
2025-02-25 10:15:00 +01:00

11 lines
343 B
C

// Copyright (c) 2025-present The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_TEST_UTIL_COVERAGE_H
#define BITCOIN_TEST_UTIL_COVERAGE_H
void ResetCoverageCounters();
#endif // BITCOIN_TEST_UTIL_COVERAGE_H