MCPcopy Create free account
hub / github.com/ElementsProject/elements / ConsumeAutoFile

Function ConsumeAutoFile

src/test/fuzz/util.h:371–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369};
370
371[[nodiscard]] inline FuzzedAutoFileProvider ConsumeAutoFile(FuzzedDataProvider& fuzzed_data_provider) noexcept
372{
373 return {fuzzed_data_provider};
374}
375
376#define WRITE_TO_STREAM_CASE(type, consume) \
377 [&] { \

Callers 3

FUZZ_TARGET_INITFunction · 0.85
FUZZ_TARGET_INITFunction · 0.85
FUZZ_TARGETFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected