Bitcoin Core Fuzz Coverage Report for wallet_tx_can_be_bumped

Coverage Report

Created: 2025-11-19 11:20

next uncovered line (L), next uncovered region (R), next uncovered branch (B)
/Users/brunogarcia/projects/bitcoin-core-dev/src/netmessagemaker.h
Line
Count
Source
1
// Copyright (c) 2009-2010 Satoshi Nakamoto
2
// Copyright (c) 2009-2020 The Bitcoin Core developers
3
// Distributed under the MIT software license, see the accompanying
4
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
6
#ifndef BITCOIN_NETMESSAGEMAKER_H
7
#define BITCOIN_NETMESSAGEMAKER_H
8
9
#include <net.h>
10
#include <serialize.h>
11
12
namespace NetMsg {
13
    template <typename... Args>
14
    CSerializedNetMsg Make(std::string msg_type, Args&&... args)
15
0
    {
16
0
        CSerializedNetMsg msg;
17
0
        msg.m_type = std::move(msg_type);
18
0
        VectorWriter{msg.data, 0, std::forward<Args>(args)...};
19
0
        return msg;
20
0
    }
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<ParamsWrapper<TransactionSerParams, std::__1::vector<CBlock, std::__1::allocator<CBlock>>>>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, ParamsWrapper<TransactionSerParams, std::__1::vector<CBlock, std::__1::allocator<CBlock>>>&&)
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<ParamsWrapper<TransactionSerParams, CBlockHeaderAndShortTxIDs>>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, ParamsWrapper<TransactionSerParams, CBlockHeaderAndShortTxIDs>&&)
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<ParamsWrapper<TransactionSerParams, CBlock>>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, ParamsWrapper<TransactionSerParams, CBlock>&&)
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<std::__1::span<std::byte, 18446744073709551615ul>>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::span<std::byte, 18446744073709551615ul>&&)
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<int&, Wrapper<CustomUintFormatter<8, false>, ServiceFlags&>, long long, long long, ParamsWrapper<CNetAddr::SerParams, CService>, long long, ParamsWrapper<CNetAddr::SerParams, CService>, unsigned long long, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, int, bool&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, int&, Wrapper<CustomUintFormatter<8, false>, ServiceFlags&>&&, long long&&, long long&&, ParamsWrapper<CNetAddr::SerParams, CService>&&, long long&&, ParamsWrapper<CNetAddr::SerParams, CService>&&, unsigned long long&&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&&, int&&, bool&)
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<bool, unsigned long long const&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, bool&&, unsigned long long const&)
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<CBlockHeaderAndShortTxIDs const&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, CBlockHeaderAndShortTxIDs const&)
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<std::__1::vector<CInv, std::__1::allocator<CInv>>&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::vector<CInv, std::__1::allocator<CInv>>&)
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<int const&, unsigned long long&, long long const&, unsigned long long&, ParamsWrapper<CNetAddr::SerParams, CService>, unsigned long long&, ParamsWrapper<CNetAddr::SerParams, CService>, unsigned long long&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, int const&, bool const&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, int const&, unsigned long long&, long long const&, unsigned long long&, ParamsWrapper<CNetAddr::SerParams, CService>&&, unsigned long long&, ParamsWrapper<CNetAddr::SerParams, CService>&&, unsigned long long&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, int const&, bool const&)
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<unsigned int const&, unsigned long long const&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, unsigned int const&, unsigned long long const&)
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<std::__1::array<std::byte, 168ul> const&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::array<std::byte, 168ul> const&)
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<CBlockLocator const&, uint256>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, CBlockLocator const&, uint256&&)
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<ParamsWrapper<TransactionSerParams, CTransaction const>>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, ParamsWrapper<TransactionSerParams, CTransaction const>&&)
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<ParamsWrapper<TransactionSerParams, CBlock const>>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, ParamsWrapper<TransactionSerParams, CBlock const>&&)
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<CMerkleBlock&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, CMerkleBlock&)
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<CBlockHeaderAndShortTxIDs&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, CBlockHeaderAndShortTxIDs&)
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<BlockTransactions&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, BlockTransactions&)
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<std::__1::vector<CBlockHeader, std::__1::allocator<CBlockHeader>>>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::vector<CBlockHeader, std::__1::allocator<CBlockHeader>>&&)
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<BlockTransactionsRequest&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, BlockTransactionsRequest&)
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<unsigned long long&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, unsigned long long&)
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<BlockFilter const&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, BlockFilter const&)
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<unsigned char&, uint256, uint256&, std::__1::vector<uint256, std::__1::allocator<uint256>>&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, unsigned char&, uint256&&, uint256&, std::__1::vector<uint256, std::__1::allocator<uint256>>&)
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<unsigned char&, uint256, std::__1::vector<uint256, std::__1::allocator<uint256>>&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, unsigned char&, uint256&&, std::__1::vector<uint256, std::__1::allocator<uint256>>&)
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<ParamsWrapper<CAddress::SerParams, std::__1::vector<CAddress, std::__1::allocator<CAddress>>>>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, ParamsWrapper<CAddress::SerParams, std::__1::vector<CAddress, std::__1::allocator<CAddress>>>&&)
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<long long&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, long long&)
21
} // namespace NetMsg
22
23
#endif // BITCOIN_NETMESSAGEMAKER_H