Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/fuzz.h>
#include <test/fuzz/util.h>
#include <test/util/setup_common.h>
#include <torcontrol.h>
#include <cstdint>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | DummyTorControlConnection |
Functions | |
void | initialize_torcontrol () |
FUZZ_TARGET (torcontrol,.init=initialize_torcontrol) | |
FUZZ_TARGET | ( | torcontrol | , |
. | init = initialize_torcontrol |
||
) |
void initialize_torcontrol | ( | ) |
Definition at line 37 of file torcontrol.cpp.