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

Function FuzzedIsBlockMutated

src/test/fuzz/partially_downloaded_block.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40PartiallyDownloadedBlock::IsBlockMutatedFn FuzzedIsBlockMutated(bool result)
41{
42 return [result](const CBlock& block, bool) {
43 return result;
44 };
45}
46
47FUZZ_TARGET(partially_downloaded_block, .init = initialize_pdb)
48{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected