Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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 345 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 353 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 370 of file coins_view.cpp.

Here is the call graph for this function:

◆ initialize_coins_view()

void initialize_coins_view ( )

Definition at line 88 of file coins_view.cpp.

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

◆ TestCoinsView()

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

Definition at line 93 of file coins_view.cpp.

Here is the caller graph for this function: