MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / test_one_input

Function test_one_input

src/test/fuzz/fuzz.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81static const TypeTestOneInput* g_test_one_input{nullptr};
82
83static void test_one_input(FuzzBufferType buffer)
84{
85 CheckGlobals check{};
86 (*Assert(g_test_one_input))(buffer);
87}
88
89const std::function<std::string()> G_TEST_GET_FULL_NAME{[]{
90 return std::string{g_fuzz_target};

Callers 2

LLVMFuzzerTestOneInputFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected