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

Function ConsumeFile

src/test/fuzz/util.h:350–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348};
349
350[[nodiscard]] inline FuzzedFileProvider ConsumeFile(FuzzedDataProvider& fuzzed_data_provider) noexcept
351{
352 return {fuzzed_data_provider};
353}
354
355class FuzzedAutoFileProvider
356{

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