Bitcoin Core 28.99.0
P2P Digital Currency
Functions
strprintf.cpp File Reference
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/fuzz.h>
#include <test/fuzz/util.h>
#include <tinyformat.h>
#include <util/strencodings.h>
#include <util/translation.h>
#include <algorithm>
#include <cstdint>
#include <string>
#include <vector>
Include dependency graph for strprintf.cpp:

Go to the source code of this file.

Functions

template<typename... Args>
void fuzz_fmt (const std::string &fmt, const Args &... args)
 
 FUZZ_TARGET (str_printf)
 

Function Documentation

◆ fuzz_fmt()

template<typename... Args>
void fuzz_fmt ( const std::string &  fmt,
const Args &...  args 
)

Definition at line 18 of file strprintf.cpp.

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

◆ FUZZ_TARGET()

FUZZ_TARGET ( str_printf  )

Definition at line 23 of file strprintf.cpp.

Here is the call graph for this function: