Bitcoin Core  27.99.0
P2P Digital Currency
Functions
script_interpreter.cpp File Reference
#include <primitives/transaction.h>
#include <script/interpreter.h>
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/fuzz.h>
#include <test/fuzz/util.h>
#include <cstdint>
#include <optional>
#include <string>
#include <vector>
Include dependency graph for script_interpreter.cpp:

Go to the source code of this file.

Functions

bool CastToBool (const std::vector< unsigned char > &vch)
 
 FUZZ_TARGET (script_interpreter)
 

Function Documentation

◆ CastToBool()

bool CastToBool ( const std::vector< unsigned char > &  vch)

Definition at line 35 of file interpreter.cpp.

Here is the caller graph for this function:

◆ FUZZ_TARGET()

FUZZ_TARGET ( script_interpreter  )

Definition at line 18 of file script_interpreter.cpp.

Here is the call graph for this function: