Bitcoin Core  27.99.0
P2P Digital Currency
Functions
partially_downloaded_block.cpp File Reference
#include <blockencodings.h>
#include <consensus/merkle.h>
#include <consensus/validation.h>
#include <primitives/block.h>
#include <primitives/transaction.h>
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/fuzz.h>
#include <test/fuzz/util.h>
#include <test/fuzz/util/mempool.h>
#include <test/util/setup_common.h>
#include <test/util/txmempool.h>
#include <txmempool.h>
#include <cstddef>
#include <cstdint>
#include <limits>
#include <memory>
#include <optional>
#include <set>
#include <vector>
Include dependency graph for partially_downloaded_block.cpp:

Go to the source code of this file.

Functions

void initialize_pdb ()
 
PartiallyDownloadedBlock::CheckBlockFn FuzzedCheckBlock (std::optional< BlockValidationResult > result)
 
 FUZZ_TARGET (partially_downloaded_block,.init=initialize_pdb)
 

Function Documentation

◆ FUZZ_TARGET()

FUZZ_TARGET ( partially_downloaded_block  ,
init = initialize_pdb 
)

Definition at line 43 of file partially_downloaded_block.cpp.

Here is the call graph for this function:

◆ FuzzedCheckBlock()

PartiallyDownloadedBlock::CheckBlockFn FuzzedCheckBlock ( std::optional< BlockValidationResult result)

Definition at line 32 of file partially_downloaded_block.cpp.

Here is the caller graph for this function:

◆ initialize_pdb()

void initialize_pdb ( )

Definition at line 26 of file partially_downloaded_block.cpp.