Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
script_flags.cpp File Reference
#include <consensus/amount.h>
#include <primitives/transaction.h>
#include <script/interpreter.h>
#include <serialize.h>
#include <streams.h>
#include <test/fuzz/fuzz.h>
#include <test/util/script.h>
#include <cassert>
#include <ios>
#include <utility>
#include <vector>
Include dependency graph for script_flags.cpp:

Go to the source code of this file.

Functions

static SpanReaderoperator>> (SpanReader &ds, script_verify_flags &f)
 FUZZ_TARGET (script_flags)

Function Documentation

◆ FUZZ_TARGET()

FUZZ_TARGET ( script_flags )

Definition at line 27 of file script_flags.cpp.

Here is the call graph for this function:

◆ operator>>()

SpanReader & operator>> ( SpanReader & ds,
script_verify_flags & f )
static

Definition at line 18 of file script_flags.cpp.

Here is the call graph for this function: