Bitcoin Core 30.99.0
P2P Digital Currency
Functions
coins_view.cpp File Reference
#include <coins.h>
#include <consensus/amount.h>
#include <consensus/tx_check.h>
#include <consensus/tx_verify.h>
#include <consensus/validation.h>
#include <policy/policy.h>
#include <primitives/transaction.h>
#include <script/interpreter.h>
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/fuzz.h>
#include <test/fuzz/util.h>
#include <test/util/setup_common.h>
#include <txdb.h>
#include <util/hasher.h>
#include <cassert>
#include <algorithm>
#include <cstdint>
#include <functional>
#include <limits>
#include <memory>
#include <optional>
#include <ranges>
#include <stdexcept>
#include <string>
#include <utility>
#include <vector>
Include dependency graph for coins_view.cpp:

Go to the source code of this file.

Functions

void initialize_coins_view ()
 
void TestCoinsView (FuzzedDataProvider &fuzzed_data_provider, CCoinsViewCache &coins_view_cache, CCoinsView &backend_coins_view, bool is_db)
 
 FUZZ_TARGET (coins_view,.init=initialize_coins_view)
 
 FUZZ_TARGET (coins_view_db,.init=initialize_coins_view)
 
 FUZZ_TARGET (coins_view_overlay,.init=initialize_coins_view)
 

Function Documentation

◆ FUZZ_TARGET() [1/3]

FUZZ_TARGET ( coins_view  ,
init = initialize_coins_view 
)

Definition at line 373 of file coins_view.cpp.

Here is the call graph for this function:

◆ FUZZ_TARGET() [2/3]

FUZZ_TARGET ( coins_view_db  ,
init = initialize_coins_view 
)

Definition at line 381 of file coins_view.cpp.

Here is the call graph for this function:

◆ FUZZ_TARGET() [3/3]

FUZZ_TARGET ( coins_view_overlay  ,
init = initialize_coins_view 
)

Definition at line 398 of file coins_view.cpp.

Here is the call graph for this function:

◆ initialize_coins_view()

void initialize_coins_view ( )

Definition at line 99 of file coins_view.cpp.

◆ TestCoinsView()

void TestCoinsView ( FuzzedDataProvider fuzzed_data_provider,
CCoinsViewCache coins_view_cache,
CCoinsView backend_coins_view,
bool  is_db 
)

Definition at line 104 of file coins_view.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: